data
Tabs
Interactive
Import
import { Tabs } from '@connor-adams/designsystem'Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items* | TabItem[] | — | |
| value* | string | — | |
| onValueChange | ((value: string) => void) | undefined | — |
data
Interactive
import { Tabs } from '@connor-adams/designsystem'| Prop | Type | Default | Description |
|---|---|---|---|
| items* | TabItem[] | — | |
| value* | string | — | |
| onValueChange | ((value: string) => void) | undefined | — |