Examples or tutorials on how to consume headless ui in custom design system #349
awkale
started this conversation in
Show and tell
Replies: 3 comments
-
👍 Showing how to reuse something like the Modal component would be great. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@RobinMalfait @thecrypticace do you know of any github repo with a design system implemented on top of headless ui you think is good and worth following? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm really enjoying this component library. Does anyone have good examples on how to best use these components in a design system for reusable components?
I'm able to create components from the docs and style them but I'm not confident I'm doing it correctly for a shared component library. I can't find good examples on the frontend architecture when creating a component library, like should I add
forwardRef
s or how do I expose the current state to the parent component. Any guidance would be great!Beta Was this translation helpful? Give feedback.
All reactions