Skip to content
On this page

NcBreadcrumb

Props

Prop nameDescriptionTypeValuesDefault
titleThe displayed title of the breadcrumb.string-
toThe router-link to prop https://router.vuejs.org/api/#to
If set, the breadcrumbs will be rendered by router-link.
string|object-undefined
hrefSet this prop if your app doesn't use vue-router, breadcrumbs will show as normal links.string-undefined
iconSet a css icon-class to show an icon instead of the title text.string-''
disableDropDisable dropping on this breadcrumb.boolean-false
forceMenuForce the actions to display in a three dot menuboolean-false
openOpen state of the Actions menuboolean-false

Events

Event namePropertiesDescription
update:openEvent emitted when the open state of the Actions menu changes
droppedevent Event - The DOM drop event
to [string, object] - The to prop or, if not set, the href prop
Event emitted when something is dropped on the breadcrumb.

Slots

NameDescriptionBindings
iconSlot for passing a material design icon. Precedes the icon and title prop.
menu-iconSlot for the custom menu icon
defaultAll action elements passed into the default slot will be used

General description

This component is meant to be used inside a Breadcrumbs component.