Import
import { Breadcrumbs } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| items | BreadcrumbItem[] | — | Array of { label, href?, icon? } objects. Last item is the current page. |
| separator | ReactNode | — | Custom separator element between items. |
import { Breadcrumbs } from "@/components/ui"| Prop | Type | Default | Description |
|---|---|---|---|
| items | BreadcrumbItem[] | — | Array of { label, href?, icon? } objects. Last item is the current page. |
| separator | ReactNode | — | Custom separator element between items. |