Skip to content

TabItem

TabItem = object

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

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:988

Display label for the tab.


optional to: string

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

Route path for the tab.


optional value: string

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

Programmatic value identifier for the tab.