Replies: 1 comment
-
|
@mehediScriptDev I mean, it's not about Tailwind adding support for that, but more a question to Community if this would've been useful for them doing that in my library. Sorry for sounding misleading. |
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.
-
I'm an author of this UI rendering library, where it's possible to add custom JSX attributes.
I just thought that maybe it could be useful for Tailwind to not just abuse
className, but be spread across a custom JSX attribute as Record instead.Something like
Or
Does this make any sense?
This could also be used to style Native applications as well, since
classNameis not a part of native apps, but custom attributes can solve this problem.Sorry if I don't make sense, I'm just looking for some connections.
Beta Was this translation helpful? Give feedback.
All reactions