Why about Styled Component Support?? #22
-
|
Is there support for styled component is available? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the question! Short answer:
How React Zero UI Core worksReact Zero UI Core has two layers:
So:
Using Zero UI with
|
Beta Was this translation helpful? Give feedback.
Thanks for the question!
Short answer:
styled-components.styled-componentsintegration in the build pipeline yet.How React Zero UI Core works
React Zero UI Core has two layers:
State layer (styling agnostic)
useUIand the provider only manage UI state.data-*attributes onbodyor a scoped element, for example:data-theme="dark"data-sidebar="open"styled-components, CSS modules, or anything else.Build time styling layer (Tailwind specific)
useUIusage and Tailwind class tokens.