Toggle Sidebar B
header.lightDarkMode D

Breadcrumb

Path-based navigation showing where the user is in a hierarchy. Compose with BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, and BreadcrumbSeparator.

Default

Linked path segments with the current page as plain text.

With ellipsis

Collapse long paths with BreadcrumbEllipsis.

Custom separator

Override the separator slot to use any icon.

API Reference

Props, events, and slots for each sub-component.

BreadcrumbLink

Props

PropTypeDefaultDescription
asChildbooleanfalseRender into the child element. Use to wrap a NuxtLink.

BreadcrumbSeparator / BreadcrumbEllipsis

Props

PropTypeDefaultDescription
classstringOverride the default chevron or dots.

Slots

SlotDescription
defaultReplace the built-in separator icon (chevron) or ellipsis with custom content.