Classes along with style props in every component #3926
Closed
mrhammadasif
started this conversation in
Polls
Replies: 2 comments 1 reply
-
If you start this development, maybe need to consider existing API in some components. And we should discuss a unified naming convention. @07akioni |
Beta Was this translation helpful? Give feedback.
1 reply
-
Now, wherever there is a style, there is a corresponding class |
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.
-
Almost every component provides a way to provide custom styles (e.g. in n-drawer we have body-style, header-style, etc) but I (and many other developers who use tailwind) really want to provide classes to the elements like (body-class, header-class, etc)
when using with TailwindCSS
Although, it is not a breaking change, and I am willing to create PR to update but I am looking forward to what you guys think about this.
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions