A breadcrumb navigation where each item is rendered as a button, with icons and the current page highlighted as a secondary button.
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> ); }