A breadcrumb navigation trail that uses an icon for the home link instead of a text label.
import BreadcrumbIcon from "@/components/ui/uiable-breadcrumb-icon"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center bg-background p-10 text-foreground"> <BreadcrumbIcon /> </div> ); }
Part of uiable — browse the full library on 21st.dev.