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.
Properties
Section titled “Properties”label:
string
Defined in: packages/ui/src/types.ts:988
Display label for the tab.
optionalto:string
Defined in: packages/ui/src/types.ts:990
Route path for the tab.
value?
Section titled “value?”
optionalvalue:string
Defined in: packages/ui/src/types.ts:992
Programmatic value identifier for the tab.