We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gather all things that have to be changed/migrated/updated/...
@marigold/tokens
tailwind-variants
Box
className
docu theme
marigold themes
styling.mdx
box.mdx
css-in-js.mdx
The text was updated successfully, but these errors were encountered:
Setup Tailwind with NexJS https://nextjs.org/docs/app/building-your-application/styling/tailwind-css
How can we switch themes with Tailwind in our documentation?: https://dev.to/shreyvijayvargiya/theme-toggle-using-tailwind-css-in-just-3-steps-1eij https://dev.to/luisca/step-by-step-guide-to-adding-dark-mode-and-multiple-themes-to-your-nextjs-app-15lh how to build a theme switcher => https://www.youtube.com/watch?v=9JNJbCb6kdk
I would say similar to how it is in Storybook -> switching through data-theme
data-theme
there isnext-themes which comes with an own themeprovider and useTheme Hook 🤔 https://www.npmjs.com/package/next-themes
next-themes
example other design systesms: https://daisyui.com/docs/themes/
Sorry, something went wrong.
Is in this case meant to update to next 13 or stay with 12?
Sandpack with Tailwind: https://sandpack.codesandbox.io/docs/getting-started/usage#static-external-resources We have to include all or theme css files I think as option I think about how to switch its a question to figure out by doing it
No branches or pull requests
Gather all things that have to be changed/migrated/updated/...
The List
@marigold/tokens
which is deleted intailwind-variants
Box
-> needs migration to use Tailwind andclassName
docu theme
ourmarigold themes
?styling.mdx
,box.mdx
,css-in-js.mdx
etc.The text was updated successfully, but these errors were encountered: