-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
feat: add 'cookie' as a storage strategy for storing the theme #294
base: main
Are you sure you want to change the base?
Conversation
…e' or 'sessionStorage'
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I really need this feature. While structuring my app as a monorepo, I expect it will become possible to share themes among different domains. |
@wontory Just waiting for @pacocoursey review. |
any update? wait for long... |
@touka-0 No update. The repository no longer appears to be maintained. |
Cookies
This PR is built on top of #293 and adds a 'cookie' as the third option for the ThemeProviders 'storage' property.
#### Tasks