You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unrelated: Anyone know if there is still a discord channel for react-toolbox? I found a PR where the link was removed from the docs, but not mention of why or if there is a new channel.
So I've got a
ThemeProvider
component that works as expected, but what if I want a specific theme for a specific component? Something like this:Basically, I want
btnTheme
to work as expected (i.e. as if I have CSS Modules enabled).I'm using Next.js (not reflected above) so it is hard to have CSS modules, but I want to be able to have full control of individual components.
I just want to know if this is possible, or maybe it's just a feature that is incompatible with Next.js.
The text was updated successfully, but these errors were encountered: