Breadcrumb

Show the current page location within a navigational hierarchy.

Breadcrumb

Default

Pass an items array or compose with s-breadcrumb-item slots.

Code copied

Tree shortcuts

items supports children. Hover a path item with children to open a multi-level menu, then choose any item for a quick jump.

Code copied

Click trigger

Set trigger="click" to open menus by clicking a path item. You can pass an array to combine Popper trigger modes.

Code copied

Color

Theme breadcrumb links with the color prop.

Code copied

Separator

Customize the divider between items.

Code copied

Slot

Build breadcrumbs manually with slot-based items.

Code copied

Alignment

Align the trail to the left, center, or right.

Code copied

API

PROPS

PropertyTypeValuesDescriptiondefaultExampleMore
itemsArrayBreadcrumbItem[] (supports children)Items rendered when not using slots. Use children for tree navigation data.[]
separatorStringStringSeparator between items./
colorStringprimarysuccessdangerwarningdarkBreadcrumb color.primary
alignStringleftcenterrightHorizontal alignment.left
triggerString | ArrayhoverclickTree menu trigger. Uses the same trigger modes as Popper.hover
No matching data
Last Updated: 2026-08-17, 08:33:54