Tree

A hierarchical list where items can contain other items, enabling users to navigate through nested levels of data.

See the WAI ARIA guidelines for Trees.

Structure

<Tree>
	<TreeItem>
		Parent Item
		<TreeItem>Child Item</TreeItem>
	</TreeItem>
	<TreeItem>Leaf Item</TreeItem>
</Tree>

Demo