-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Primitive] Tree
#1456
Comments
Here is an awesome treeview component. Maybe useful for reference. https://github.com/minop1205/react-dnd-treeview
|
Geist Design System from Vercel has a good one. |
Another alternative that seem to have taken special care to implement the WAI-ARIA spec |
Prefer to use MUI treeview for now. Hopefully there is a new component from radix |
Might be something to look at: https://master--5fc05e08a4a65d0021ae0bf2.chromatic.com/?path=/story/examples-tree-sortable--collapsible |
Can I take this up ? |
Still nothing huh... |
Feature request
Overview
A tree view that helps with hierarchical items, e.g. folders within files.
Here are the W3 specs: https://www.w3.org/WAI/ARIA/apg/patterns/treeview/
Examples in other libraries
A few open-source libraries out there, e.g. https://github.com/brimdata/react-arborist
Who does this impact? Who is this for?
Users that need to build a hierarchical list of things. E.g. Google Drive file viewer, Storybook, or even Radix's documentation website someday!
Additional context
The text was updated successfully, but these errors were encountered: