Tab
Interface: Tab
Defined in: src/components/Tabs.tsx:17
Individual tab objects for the Tabs component
id
ID of this tab, can be used with activeTab to auto-focus a given tab
title
Title shown in the header bar
renderTabAddon
Return a ReactNode to render it next to the tab title, i.e. the counts for each tab on the Media page
content
Content of the tab
footer
Sets up button handlers and labels
Properties
content
content: ReactNode;
Defined in: src/components/Tabs.tsx:21
footer?
optional footer: FooterLegendProps;
Defined in: src/components/Tabs.tsx:22
id
id: string;
Defined in: src/components/Tabs.tsx:18
renderTabAddon()?
optional renderTabAddon: () => ReactNode;
Defined in: src/components/Tabs.tsx:20
Returns
ReactNode
title
title: string;
Defined in: src/components/Tabs.tsx:19