I need a treeview component, could you provide this kind of component? ^_^
Please read the guidelines for posting issues -- this isn't likely to make it in in the short term though.
It should be relatively simple to implement yourself -- try this: https://github.com/chenglou/react-treeview
A tree view implemented using material-ui: https://github.com/helfi92/material-ui-treeview.
It's work in progress: https://material-ui.com/components/tree-view/.
@helfi92 https://github.com/helfi92/material-ui-treeview seems to implement a side nav pattern. Are you using it in this context?
https://firefox-ci-tc.services.mozilla.com/hooks is how I'm using it. What do you mean by side nav pattern?
Ah interesting, thanks, so it's used both as a side nav menu and an accordion like component?
I also need a treeview component with checkbox!
@asim47 We track it in #17407.
Note that we might make the drag & drop feature under the enterprise version (non-MIT).
@oliviertassinari Thank you.
Ah interesting, thanks, so it's used both as a side nav menu and an accordion like component?
Correct.
Most helpful comment
Please read the guidelines for posting issues -- this isn't likely to make it in in the short term though.
It should be relatively simple to implement yourself -- try this: https://github.com/chenglou/react-treeview