import { Meta } from '@storybook/addon-docs';

<Meta title="Experimental/TreeView/TreeView" />

# TreeView

The TreeView component represents a nested structure of data.

### Required components

This component requires the the use of Item and Section, both exported from [react-stately/collections](https://react-spectrum.adobe.com/react-stately/collections.html).
This component will also require the use of the [useTreeData](https://react-spectrum.adobe.com/react-stately/useTreeData.html) hook, which is exported through react-stately. 

### Accessibility

This component should adhere to the [WAI-ARIA TreeView](https://www.w3.org/WAI/ARIA/apg/patterns/treeview/) accessibility guidelines.