Breadcrumbs
Breadcrumb navigation.
Import
tsx
import { ZBreadcrumbs } from "@zurto/ui";Usage
tsx
<ZBreadcrumbs
items={[
{ label: "Home", href: "/" },
{ label: "Products", href: "/products" },
{ label: "Current Page" },
]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | BreadcrumbItem[] | [] | Breadcrumb items |
separator | ReactNode | '/' | Separator character |