Props
| Prop | Type | Default | Notes |
|---|---|---|---|
icon | string | mdi:chevron-right | |
tone | neutral | primary | secondary | tertiary | error | neutral |
StellarUI
ARIA-labeled breadcrumb list wrapper for direct ghost-button breadcrumb actions.
<stellar-breadcrumbs
icon="mdi:chevron-right"
tone="neutral"
>
<stellar-button appearance="ghost" href="#home">Home</stellar-button>
<stellar-button appearance="ghost" href="#documents">Documents</stellar-button>
<stellar-button appearance="ghost" current href="#project-plan">Project plan</stellar-button>
</stellar-breadcrumbs>Complete props, events, slots, and implementation notes for the shipped breadcrumb wrapper.
| Prop | Type | Default | Notes |
|---|---|---|---|
icon | string | mdi:chevron-right | |
tone | neutral | primary | secondary | tertiary | error | neutral |
| Event | Source | Notes |
|---|
| Slot | Notes |
|---|---|
| default | Author direct child controls such as <stellar-button appearance="ghost"> on the host. |
separator | Optional wrapper-owned separator content repeated between items. It overrides the icon prop. |