You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Headless UI has moved on to v2 and v1 is deprecated
@erka has already taken some of the steps to move some components over to RadixUI here: #3634
We should continue the work to move off of headlessui where possible (where there is a matching component in radixUI
I'd like to propose the following:
We do this over several PRs, component by component
When updating, we move all shared components to the root ui/components folder (ie: everything in ui/components/ui + ui/components/forms, etc all go into the root ui/components. I think this will help with discoverability, meaning if someone new comes in they will more easily find these existing components instead of trying to implement new ones
We ensure the visual styles of the new radix based components match existing components as closely as possible
Headless UI has moved on to v2 and v1 is deprecated
@erka has already taken some of the steps to move some components over to RadixUI here: #3634
We should continue the work to move off of headlessui where possible (where there is a matching component in radixUI
I'd like to propose the following:
ui/components
folder (ie: everything inui/components/ui
+ui/components/forms
, etc all go into the rootui/components
. I think this will help with discoverability, meaning if someone new comes in they will more easily find these existing components instead of trying to implement new onesFLI-1388
The text was updated successfully, but these errors were encountered: