A breadcrumb navigation that shows an organization logo, a user avatar with name and email, and the current document with an icon.
import Pattern from "@/components/ui/v-breadcrumb-10"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center p-8"> <Pattern /> </div> ); }