Unstyled UI components #1193
Replies: 3 comments 3 replies
-
So the idea is the make the https://www.radix-ui.com/ is a good example, which we'll try to use for the remaining plate components. The thing I don't know how to decouple yet is, in all components we're using:
Anyway the current priority is to have a nearly complete design system before optimizing |
Beta Was this translation helpful? Give feedback.
-
It’s a common concern that styled-components is coupled to the ui packages. Radix is really nice and will be the main reference together with headlessui. Styled
Unstyled
Phase 1
Composable
Phase 2. Still reluctant about it.
Customizable ✅Consistent
Components with similar functionality share similar API. Packaging
|
Beta Was this translation helpful? Give feedback.
-
Done in v22 #2472 |
Beta Was this translation helpful? Give feedback.
-
I think it makes sense to ship the UI components without a CSS-in-JS library. This way, the developer is not forced to provide a second library to the user. What do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions