Breadcrumb
Displays the path to the current resource using a hierarchy of links.
Basic Usage (Array)
You can quickly generate breadcrumbs by passing an array of items.
Custom Composition
You can also manually build the breadcrumb using standard HTML slots to inject custom links, dropdowns, or routing components.
MayaBreadcrumb API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
items | Array | null | Optional array of items { label, href }. If null, relies on default slot content. |
#default | Slot | — | If items array is not used, provide list items here. |
#separator | Slot | — | Customize the separator between breadcrumb items. |