1
<Crumb items={[{ label: "Home" }, { label: "Products" }]} />
import { Crumb } from "@zuzjs/ui"
<Crumb items={[{ label: "Home" }, { label: "Products" }]} />
<Crumb items={[{ label: "Home" }, { label: "Products" }]} />
<Crumb items={[{ label: "Home", href: "/" }, { label: "Shop", href: "/shop" }, { label: "Shoes" }]} separator="/" />