Tabs
Tabs are used to organize content into separate sections, allowing users to switch between different views or categories without leaving the current page. They are commonly used in navigation menus, settings, and other interactive elements.
Installation
Section titled “Installation”To get started, install Butterfly DS via aqua:
Loading Code Block...
Loading Code Block...
Props | Default | Type | Description |
---|---|---|---|
tabs | [] | array | An array of objects representing the tab items, each with a tabName, icon, href, and active state. |
showIcons | false | boolean | Whether to show icons in the tabs. |
showBadges | false | boolean | Whether to show badges in the tabs. |
variant | 'default' | string | The variant of the tabs. |
colors | - | object | The color scheme of the tabs. |