import { Breadcrumb } from 'vael-ui'
<Breadcrumb ariaLabel="" :wrap="false" :items="items">Breadcrumb</Breadcrumb>
Props
Name
Type
Default
Description
items
readonly T[] | undefined
Data-driven alternative to composing `BreadcrumbItem`/`BreadcrumbSeparator` yourself in the default slot. Omit to use the default slot instead — the two are mutually exclusive per instance.
ariaLabel
string | undefined
Overrides the default localized "Breadcrumb" nav landmark label.
wrap
boolean | undefined
false
`false` (default): a single line that scrolls horizontally once it overflows, edge-faded like Dialog/Select. `true`: wraps onto multiple lines instead.