Migrate to Theme UI and shadow its components for a better ecosystem
See original GitHub issueAs Theme UI Components have just been released, I realized they could provide a stable foundation for Chakra’s components. The sx
prop could also come handy in some situations, and accessibility-related improvements could be backported to Theme UI, improving the ecosystem for everyone.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:22 (8 by maintainers)
Top Results From Across the Web
Migrating - Theme UI
Themed components dict and other exports from @theme-ui/mdx are no longer reexported from theme-ui . Migration: Import it from @theme-ui/mdx instead.
Read more >تويتر \ Brent Jackson على تويتر: "@souporserious Introducing ...
People have asked how Theme UI is different from Styled System, ... Migrate to Theme UI and shadow its components for a better...
Read more >4 New Theme Based React UI Toolkits and Why It's Going To ...
From here on, styled-components evolved to include themes and a ThemeProvider as well as a rich ecosystem. styled-components is considered ...
Read more >Migrating a Flutter app to Material 3 - Codemagic Blog
Most of the M3 components are available in Flutter. ... the theme's shadow color to the AppBar so that the AppBar casts a...
Read more >Advanced techniques in Chakra UI - LogRocket Blog
Next, we pass the theme object we defined to ChakraProvider . Now Chakra components can access the brand colors throughout the application.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve been thinking about this as well. We’re definitely moving to
theme-ui
once we can migrate all components to TS. Then, we’ll look into this.Hi @jondot, thanks for this detailed feedback.
The
sx
prop is coming to Chakra in the next release so you can do a full migration 😄