//
Displays the path to the current resource using a hierarchy of links.
bun add xiod-ui1import {2 Breadcrumb,3 BreadcrumbEllipsis,4 BreadcrumbItem,5 BreadcrumbLink,6 BreadcrumbList,7 BreadcrumbPage,8 BreadcrumbSeparator9} from "xiod-ui/breadcrumb";1<Breadcrumb>2 <BreadcrumbList>3 <BreadcrumbItem />4 <BreadcrumbEllipsis />5 <BreadcrumbLink />6 <BreadcrumbPage />7 <BreadcrumbSeparator />8 </BreadcrumbList>9</Breadcrumb>| Prop | Type | Default | Description |
|---|---|---|---|
render | ReactElement<unknown, string| JSXElementConstructor<any>>| ComponentRenderFn<HTMLProps, {}>| undefined | - | Allows you to replace the component's HTML element with a different tag, or compose it with another component. Accepts a `ReactElement` or a function that returns the element to render. |