Skip to content
On this page

NcBreadcrumb

Props

Prop nameDescriptionTypeValuesDefault
titleThe displayed title of the breadcrumb.string-
toRoute Location the link should navigate to when clicked on.<br/>@see https://v3.router.vuejs.org/api/#tostring|object-undefined
exactMatch the complete route attributes (query and hash included)<br/>@see https://v3.router.vuejs.org/api/#exactboolean-false
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 union - 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.