Tab Group

A list of interactive headings coupled with layered sections of content that enable users to reveal a single section of content at a time.

See the WAI ARIA guidelines for Tabs.

Structure

<TabGroup>
<TabList>
	<TabHeader>
		<TabTrigger />
	</TabHeader>
</TabList>
<TabContent />
</TabGroup>

Demo