Skip to content

TabItem

TabItem = object

Defined in: packages/ui/src/types.ts:1110

A tab item for sub-navigation within a page.

Used by PageContainerSlotProps to render tab navigation below the page title. Either to (route-based) or value (programmatic) should be provided.

label: string

Defined in: packages/ui/src/types.ts:1112

Display label for the tab.


optional to: string

Defined in: packages/ui/src/types.ts:1114

Route path for the tab.


optional value: string

Defined in: packages/ui/src/types.ts:1116

Programmatic value identifier for the tab.