Toggle Sidebar B
AppearanceLight & dark mode D

Breadcrumb

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

Basic

Linked path segments with the current page as plain text.

Replay preview

Custom separator

Override the BreadcrumbSeparator slot to use any icon.

Replay preview

Ellipsis

Collapse the middle of a long path with BreadcrumbEllipsis.

Replay preview

API Reference

BreadcrumbLink

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

BreadcrumbSeparator / BreadcrumbEllipsis

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