Overview of TreeBrowser
masterThe <TreeBrowser/> component provides a keyboard-accessible tree structure for browsing hierarchical content. It requires a normalized data structure consisting of collections and items objects, where collections can contain other collections or items.
Best Practices:
- Do: Use for browsing hierarchical content.
- Don't: Use for site navigation.