Breadcrumb
A compound navigation component that renders an accessible breadcrumb trail with support for links, the current page, separators, and an ellipsis for collapsed items.
Default
Custom Separator
Long Path
Responsive
With Ellipsis
With Icons
With Render Prop
Installation
npx shadcn@latest add @byronwade/breadcrumbProps
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | Additional CSS classes applied to the root <nav> element. |
| ...props | React.ComponentProps<"nav"> | — | All standard HTML nav attributes are forwarded to the root element. |