Tabs - Keep React
Table of Contents#
- Default Tabs
- Tabs With Icon
- Tabs Fill variant
- Tabs Underline variant
- Tabs API Reference
- Tabs Items API Reference
Default Tabs#
The Default Tabs component showcases the basic implementation of tabs.
Tabs With Icon#
Tabs Fill variant#
Display tabs fill variant by setting the variant
prop to fill
.
Tabs Underline variant#
Display tabs underline variant by setting the variant
prop to underline
.
Tabs API Reference#
Explore the available props for the <Tabs>
component
Property | Description | Type | Default |
---|---|---|---|
defaultActive | Which tabs by default will be active | string | None |
variant | Tabs item variant | default fill underline | default |
Tabs Items API Reference#
Explore the available props for the <TabsItem>
component
Property | Description | Type | Default |
---|---|---|---|
value | This value connect to the content | string | None |
contentClassName | Content className | string | None |
bgClassName | Content Background className | string | None |