BreadCrumb
Usage
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| home | Object | { label: 'Home', icon: 'fa-solid fa-house' } | Home/root item |
| items | Array | [] | Array of breadcrumb items |
Item Properties
| Property | Type | Description |
|---|---|---|
| label | String | Display text |
| icon | String | FontAwesome icon class |
| route | String | Link href |
| action | Function | Click handler (item, event) |
Events
| Event | Description |
|---|---|
| click | Emitted when any item is clicked |
