-
-
Notifications
You must be signed in to change notification settings - Fork 188
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. |
….4-and-up docs: update docs on how to use with tailwindcss >3.4.1
chore: use corepack instead of pnpm setup action in ci
d26eb13
to
ca6648e
Compare
ca6648e
to
bd46d7f
Compare
Cookies
This PR is built on top of #293 and adds a 'cookie' as the third option for the ThemeProviders 'storage' property.
#### Tasks