Skip to content

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

PropTypeDefaultDescription
itemsBreadcrumbItem[][]Breadcrumb items
separatorReactNode'/'Separator character

Released under the MIT License.