MainTabsProps Interface

Properties for the base Tabs component

Extends

Properties

Name Type Description
mainClassName string Main CSS class name  
orientation Orientation Orientation of the Tabs list  

Inherited properties

Name Type Inherited from Description
activeIndex undefined | number TabsProps Index of the initial active tab
green undefined | boolean TabsProps Indicates whether the bar on the active tab is green instead of the default blue
itemId undefined | string TabsProps Optional unique identifier for item.
labels string | TabLabel[] TabsProps Text shown for each tab
onActivateTab undefined | (index: number) => any TabsProps  

Defined in

Last Updated: 05 April, 2024