Skip to content
On this page

NcBreadcrumbs

Props

Prop nameDescriptionTypeValuesDefault
rootIconSet a css icon-class for the icon of the root breadcrumb to be used.string-'icon-home'

Events

Event namePropertiesDescription
droppedundefined Event - e the drop DOM event
path string - The path of the breadcrumb
Event emitted when something is dropped on the breadcrumb.

Slots

NameDescriptionBindings
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...