Tabs - Keep React
Table of Contents#
- Default Tabs
- Tabs Underline variant
- Tabs With Icon
- Tabs Underline Icon
- Tabs API Reference
- Tabs Items API Reference
Default Tabs#
The Default Tabs component showcases the basic implementation of tabs.
Tabs Underline variant#
Display tabs underline variant by setting the variant prop to underline.
Tabs With Icon#
Tabs Underline Icon#
Tabs API Reference#
Explore the available props for the <Tabs> component
| Property | Description | Type | Default |
|---|---|---|---|
| defaultValue | Which tabs by default will be active | string | None |
| variant | Tabs item variant | default 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 | item- |