No interactive JS components in Tailwind. Yes or No? #11816
manjeshrv592
started this conversation in
General
Replies: 1 comment
-
Yes, you're right. Tailwind is a lower-level library than Bootstrap and abstracts CSS only. You could even build a Bootstrap clone with Tailwind! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, Am new to tailwind. I have been creating small project to get familiar with tailwind. One thing I noticed is there are no interactive components in tailwind like dropdown, accordion, carousel etc. We have to write our own javascript to get these functionalities. I have been using bootstrap for years and expected tailwind to have same kind of components. Since it's utility framework am assuming there are no interactive components. Please correct me if am wrong I searched through documentation of tailwind and found out there is something called as tailwind UI for components which costs like 300usd. So am I stuck with just static UI with tailwind and have to write my own js to achieve the interactivity.
Beta Was this translation helpful? Give feedback.
All reactions