-
Notifications
You must be signed in to change notification settings - Fork 810
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
Export defaultStyles #147
Comments
Its a nice step, but it doesn't fully solve this. I would still have to either provide those classes to every Modal instance, or wrap it with my own component to put the classes on. Allowing the These cases are definitely similar, but I think there is still value in exporting the default object. |
Cool cool, I'll dig in and see what I can do. It likely won't be in the next release, but I can probably get it in shortly after that. |
I can make a PR for this if you'd like. Since you are exporting
Either of those look good? |
A PR would be awesome. I think |
I split it up, but I didn't consider that the built module doesn't surface everything, just the |
#148 should take care of this |
Closed because of #148 being merged. |
This is a feature request. I would like to be able to globally alter the default styles for the modal without needing to wrap the component. Exporting the default styles, or exporting a function that modified the default styles, would facilitate this pretty easily.
The text was updated successfully, but these errors were encountered: