--- breadcrumb: - label: Vuero hideLabel: true icon: lucide:home link: https://vuero.cssninja.io/ - label: Components icon: lucide:cpu to: name: /components/ - label: VBreadcrumb --- ### Default Separator Vuero provides a `` component. Default breadcrumb items are separated by a slash sign. To show icons, use the `with-icons` prop. You can also change the alignment by using the `align` prop (possible values are `center` and `right`). Pass an **Array** to the `items` prop to render the component. See markup for more details about usage. ```vue ```