Skip to content

BreadcrumbItem

BreadcrumbItem = object

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

A single item in a breadcrumb trail.

The last item in the array typically omits to to represent the current page. Used by PageContainerSlotProps, ListViewProps, and DetailViewProps.

BreadcrumbSlotProps for the breadcrumb rendering slot.

label: string

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

Display label for the breadcrumb segment.


optional to: string

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

Route path; omit for the current (last) segment.