# BaseBreadCrumbs

# Props

Prop name Description Type Values Default
routes specify an array with the properties route and label that should be used for
navigation - these have to be internal
links, i.e. without a protocol like http: or mailto: in the url
array - [{ route: '', label: '' }]
className class name of the breadcrumb component, can be used for customization string - 'base-bread-crumbs'
renderLinkAs specify how link element should be rendered - this needs to be a
valid vue link component (e.g. RouterLink, NuxtLink) and vue-router
is necessary
string - 'RouterLink'

# Demo