Components / Breadcrumb

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 / EventTypeDefaultDescription
itemsArraynullOptional array of items { label, href }. If null, relies on default slot content.
#defaultSlotIf items array is not used, provide list items here.
#separatorSlotCustomize the separator between breadcrumb items.