Components
Breadcrumb
Where you are, not just how you got here.
Installation
npx shadcn@latest add https://ui.whoisroktim.lol/r/breadcrumb.jsonThe current page is included, and is not a link
Dropping it loses the answer to "where am I". Linking it invites a click that
reloads the page you are on. So it renders in text/primary with
aria-current="page", and only the ancestors are anchors.
| Prop | Type | Default | Description |
|---|---|---|---|
| items | { label, href?, onClick? }[] | — | Ancestors first, current page last. |