Components
A breadcrumb navigation where each item is rendered as a button, with icons and the current page highlighted as a secondary button.
Loading preview...
import Pattern from "@/components/ui/v-breadcrumb-9";
export default function Default() {
return (
<div className="flex w-full items-center justify-center bg-background px-6 py-10 text-foreground">
<Pattern />
</div>
);
}