Name | Type | Default | Description |
---|---|---|---|
title required | string | The title of the Tab | |
badge | ReactNode | Add a Badge to the Tab | |
disabled | boolean | Whether the Tab is disabled or not | |
groupId | string | Id to group tabs and tabContents together | |
icon | Icon | Add an icon to the Tab | |
id | string | Id of the Tab | |
isActive | boolean | ||
onDestroy | () => void | ||
onRender | () => void | ||
onSelect | (e: MouseEvent<Element, MouseEvent>) => void | ||
selectTab | () => void | ||
tooltip | string | Additional text to display as tooltip when hovering over the Tab | |
url | string | Add an url to the Tab. Will navigate on click. |
No guidelines exist for Tab yet.