# BaseBreadCrumbs

# Props

Prop name Description Type Values Default
routes specify an array with the properties route, label and (optional) icon and showLabel that
should be used for navigation - these have to be internal
links, i.e. without a protocol like http: or mailto: in the url
showLabel set to false is only considered if the icon property is set!
array - [{ route: '', label: '' }]
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