Replies: 1 comment 6 replies
-
You should use a trait if you need to repeat code across multiple components such as applying the same configure() options. The idea behind tailwind is class reuse without needing to create or specify extra class names, while keeping the built file to a minimal size. So there's no benefit to creating custom class names. |
Beta Was this translation helpful? Give feedback.
6 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.
-
This component is great but it's hard to customize with tailwindcss. For example, I have 20+ tables and it was tedious for me that I have to repeat the css classes in each table. So my suggestion is to put class names in all the components. In this way it would make it easier to customize with css.
Beta Was this translation helpful? Give feedback.
All reactions