NcBreadcrumbs
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| rootIcon | Set a css icon-class for the icon of the root breadcrumb to be used. | string | - | 'icon-home' |
Events
| Event name | Properties | Description |
|---|---|---|
| dropped | undefined Event - e the drop DOM eventpath string - The path of the breadcrumb | Event emitted when something is dropped on the breadcrumb. |
Slots
| Name | Description | Bindings |
|---|---|---|
| default | ||
| actions |
General description
This component renders a breadcrumb bar. It adjusts to the available width by hiding breadcrumbs in a dropdown menu and emits an event when something is dropped on a creadcrumb.
Usage
loading...