# Tabs (fw-tabs)
fw-tabs displays a series of tabs on the user interface and enables tab-style navigation. The component doesn’t have any attributes that impart styling; it merely functions as a container for the tabs.
# Usage
Show Code
# Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
activeTabIndex | active-tab-index | The index of the activated Tab(Starts from 0) | number | 0 |
# Events
Event | Description | Type |
---|---|---|
fwChange | Triggered when a the view switches to a new tab. | CustomEvent<any> |
# CSS Custom Properties
Name | Description |
---|---|
--tab-header-font-size | tab-header font size in pixels |
--tabs-color-primary | tab-header font color |
Built with ❤ at Freshworks