Breadcrumb
shadcn/uiDisplays the path to the current resource using a hierarchy of links.
Installation
Props
The Breadcrumb component is composed of several sub-components that work together to create a navigation breadcrumb trail.
<Breadcrumb />
Name
Type
No specific props. Accepts standard HTML nav attributes.
<BreadcrumbList />
Name
Type
className
string
<BreadcrumbItem />
Name
Type
className
string
<BreadcrumbLink />
Name
Type
asChild
boolean
className
string
<BreadcrumbPage />
Name
Type
className
string
<BreadcrumbSeparator />
Name
Type
className
string
children
React.ReactNode
<BreadcrumbEllipsis />
Name
Type
className
string