You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`|`string`|**Required**| A unique identifier for the tabs instance. Used internally for the animated indicator's layoutId. |
179
-
|`items`|`Array<TabItem>`|**Required**| An array of tab items. See TabItem structure below. |
180
-
|`className`|`string`| — | Additional CSS classes to apply to the tabs container. |
181
-
|`tabsListBackground`|`"transparent" \| "filled"`|`"transparent"`| The background style for the tabs list. `"transparent"` shows tabs with a transparent background, `"filled"` applies a filled background. |
176
+
| Name | Description | Type | Default | Required |
|`label`|`string`| Yes | The text label displayed on the tab trigger.|
190
-
|`value`|`string`| Yes| A unique value that identifies this tab. Used for state management and content matching.|
191
-
|`icon`|`React.ReactElement \| string`| No | Optional icon to display alongside the label. Can be a string (icon name from Lucide React) or a React element.|
192
-
|`content`|`React.ReactNode`| Yes| The content to display when this tab is active. Can be any valid React node.|
0 commit comments