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
Libraries like Radix or Headless UI have no implicit design. They're a set of components handling the logical part of them, not the design part. For instance, handling keyboard navigation, support for screen readers, checking if a menu has space to be rendered on the right and avoiding collisions with the limits of the window, etc.
We need to build our set of components, our own UI library. If we use a ready-made library of components, we would be stuck to this library look and feel. Also, we would not have much freedom since the design is part of the library and their components have it integrated, often making it difficult or impossible to change it.
I evaluated Radix and Headless UI. Chose Radix because it's more complete, well maintained, and its community is more active.
Related to #678
cc @fmvilas
The text was updated successfully, but these errors were encountered: