Breadcrumb
Navigation breadcrumb trail with customizable separator.
Import
import { Breadcrumb } from "neoterm-ui";Usage
<Breadcrumb items={[
{ label: "Home", href: "/" },
{ label: "Docs", href: "/docs" },
{ label: "Breadcrumb" },
]} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | BreadcrumbItem[] | — | Array of { label, href?, onClick? }. |
| separator | ReactNode | "/" | Separator between items. |