If the JS-less way Thomas mentions doesn't work for you, look into Alpine: alpinejs.dev/
Very lightweight library, so it's great for this.
A good example is that I used a landing page called Landwind for #toyboxforlaravel , which was Flowbite based, but with a tiny bit of effort I converted it to only use Alpine.
If the JS-less way Thomas mentions doesn't work for you, look into Alpine: alpinejs.dev/
Very lightweight library, so it's great for this.
A good example is that I used a landing page called Landwind for
#toyboxforlaravel , which was Flowbite based, but with a tiny bit of effort I converted it to only use Alpine.
Nice. I use Petite Vue instead as it is a little smaller and the core is Vue so any problems have a google answer haha.