Closed LockBlock-dev closed 1 year ago
I think it's a great idea, thanks
@LockBlock-dev from what I could see, you can set all the tailwind utility classes you want to use to customize a component as !important.
Example
<Navbar class="!bg-pink-300 !text-yellow-300">
// ... content
</Navbar>
Would give you what you'd expect:
It's not a great solution, there are drawbacks and you have to do it for all properties, but it would allow you customize the components until / without tailwind-merge.
The library currently lacks a way to customize the components classes.
It would be great to use tailwind-merge like flowbite-react and flowbite-svelte did in my opinion. What do you think?