Components · Navigation
Hierarchical navigation trail showing page location.
import { Breadcrumb } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| Breadcrumb.Root aria-label | string | 'breadcrumb' | — | Accessible label for the nav landmark. |
| Breadcrumb.Link href | string | — | — | URL the breadcrumb link navigates to. |
| Breadcrumb.Link asChild | boolean | false | — | Merges props onto the immediate child element, useful for router Link components. |
| Breadcrumb.Separator children | React.ReactNode | — | — | Custom separator element. Defaults to a chevron icon. |
| Breadcrumb.Ellipsis aria-label | string | 'More' | — | Accessible label for the ellipsis element used to collapse long trails. |