-
Notifications
You must be signed in to change notification settings - Fork 257
Inline styling via props #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can add passing the |
A somewhat hacky option would be to modify the underlying class styles with React-created A better solution would be to first formally support customization in |
FYI I've just added passing the Thanks for pointers, It would indeed be nice to have a better way to style components, let me investigate a bit to see what could be best. I have to do some testing as I'm not even sure we can hack something easily as many elements get created on the fly. Proper customization support in I might be able to create an example using |
@nicolasgarnier Sounds good. With a React-created stylesheet, we could create a level of abstraction between the passed-in styles and the final stylesheet. So, a developer could just pass a I've never used |
Since custom styles aren't supported by If |
It would be helpful if this also exposed props to style the UI components rather than requiring a global CSS stylesheet.
The text was updated successfully, but these errors were encountered: