Molecule
Breadcrumb
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/breadcrumbUsage
tsx
import { Breadcrumb } from "@/components/ui/molecules/breadcrumb.tsx";
export default function Example() {
return <Breadcrumb />;
}