Mark M
Mark M
Looks like the issue comes from `.btn` overwriting some of the CSS `.btn-primary` has when used within a component. I'm not too sure why that is happening.
Hmm, it's odd! I'm trying to think of stuff to try but I don't want the solution to be a workaround for Bootstrap specifically.
Done some more digging and cannot find a solution for this. Will add the "help wanted" label and hope it gets picked up by someone way smarter than me! 🤞
It doesn't work with the CDN but it does work when compiled #25 #24
Is this not just copied from another Tailwind CSS component library? There's stuff in there like `data-state="closed"` which makes no sense and even seen the word "Radix" in the code...
Sounds good but don't spend time hooking up the search or anything.
I don't import packages like that so I don't have much help I can offer, but why not just use the example in the README?
There's a CDN example in the README.
I know it's a legitimate method but I don't see why you need it when you could just use the CDN that is referenced in the README. What benefit does...
Ah OK, I understand now, thank you for explaining! Weird that the other packages work, I'll take a look.