The Tabs simplify content organization and navigation by presenting multiple sections or categories in a user-friendly interface.
Explore the available props for the Tabs component
| Prop | Type | Default | Description |
|---|---|---|---|
| active | boolean | false | Active state of the accordion. |
| orientation | string | horizontal | Orientation of the tabs. horizontal vertical |
| children | node | - | Child components and content to be placed within it. |
| style | string | - | Any CSS className to style the Tabs. |
| navWrapStyle | string | - | Any CSS className to style the TabsNav. |
| panelWrapStyle | string | - | Any CSS className to style the TabsNav. |
Explore the available props for the TabsNav component
| Prop | Type | Default | Description |
|---|---|---|---|
| showButton | boolean | false | showButton to show the navigation button. |
| prevIcon | string | fa-caret-left | Icon name for the previous navigation button. |
| nextIcon | string | fa-caret-right | Icon name for the next navigation button. |
| iconLibrary | string | font-awesome | Icon library name. font-awesome bootstrap-icons icon-font |
| prevIconPosition | string | left | Previous button icon position value. right left |
| nextIconPosition | string | right | Next button icon position value. right left |
| prevButtonText | string | - | Text for the previous button |
| nextButtonText | string | - | Text for the next button |
| iconStyle | string | - | Any CSS className to style the icon style. |
| buttonStyle | string | - | Any CSS className to style the navigation button. |
| prevButtonStyle | string | - | Any CSS className to style the previous navigation button. |
| nextButtonStyle | string | - | Any CSS className to style the next navigation button. |
| disabledStyle | string | - | Any CSS className to style the disabled navigation button. |
| tabAreaStyle | string | - | Any CSS className to style the Tab area. |
| activeTabStyle | string | - | Any CSS className to style the active Tab. |
| style | string | - | Any CSS className to style the TabsNav. |
| children | node | - | Child components and content to be placed within it. |
Explore the available props for the Tab component
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | - | Value for the tab. |
| activeTabStyle | string | - | Any CSS className to style the active Tab. |
| style | string | - | Any CSS className to style the TabsNav. |
| children | node | - | Child components and content to be placed within it. |
Explore the available props for the TabsPanel component
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | - | Value for the TabsPanel. |
| style | string | - | Any CSS className to style the TabsPanel. |
| children | node | - | Child components and content to be placed within it. |