Breadcrumbs

A navigation aid that shows the user’s current location within a hierarchy and allows quick navigation to parent pages.

Example

Prefix slot

Props

NameDefaultType
items*
-BreadcrumbItem[]

Ordered list of breadcrumb items

Slots

SlotPayload
prefix
{ item: BreadcrumbItem; }

Content shown before each breadcrumb label

suffix
{ item: BreadcrumbItem; }

Content shown after each breadcrumb label