Components•Breadcrumb
Components•Breadcrumb
Breadcrumb
A low-emphasis navigation trail for showing where the current page sits in a hierarchy.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/primitive-breadcrumbHow to use
import { BjorkBreadcrumb } from "@/components/isaiahbjork/primitives";Props
classNamestringPass through styling hooks for the Breadcrumb primitive without replacing the base Bjork surface.
childrenReactNodeComposable content, labels, icons, and nested content where the primitive supports them.
...propscomponent propsPass through the normal props for this primitive while the Bjork wrapper handles the visual treatment.
Page path
Use above the preview shell or dense detail pages to show location without adding a second nav.
<BjorkBreadcrumb> <BjorkBreadcrumbList> <BjorkBreadcrumbItem> <BjorkBreadcrumbLink href="#">Components</BjorkBreadcrumbLink> </BjorkBreadcrumbItem> <BjorkBreadcrumbSeparator /> <BjorkBreadcrumbItem> <BjorkBreadcrumbPage>Avatar</BjorkBreadcrumbPage> </BjorkBreadcrumbItem> </BjorkBreadcrumbList></BjorkBreadcrumb>