Breadcrumb
A hierarchy of links to navigate through a website.
Key Props
items: as an array of objects with the following properties:
label?: string{lang="ts-type"}icon?: string{lang="ts-type"}avatar?: AvatarProps{lang="ts-type"}slot?: string{lang="ts-type"}class?: any{lang="ts-type"}ui?: { item?: ClassNameValue, link?: ClassNameValue, linkLeadingIcon?: ClassNameValue, linkLeadingAvatar?: ClassNameValue, linkLabel?: ClassNameValue, separator?: ClassNameValue, separatorIcon?: ClassNameValue }{lang="ts-type"}
You can pass any property from the Link component such as to, target, etc.
slot:
Usage
<UBreadcrumb
<!-- props here -->
/>Slots
#item