Tab
Individual tab within a tabs component.
Props
disabled
boolean
When true, disables the tab so it cannot be selected.
heading
string | React.ReactNode
The text label for this tab. Can also pass React nodes for custom heading content.
slug
string
URL-friendly identifier for the tab, used for hash-based navigation.
ReactNode
heading
ReactNode
The text label for this tab. Can also pass React nodes for custom heading content.