Breadcrumb

A breadcrumb is navigational pattern that shows users their current location relative to the information architecture and enable them to move up to a parent level or previous step.

API

API reference for DAM Image Component

import { BwcBreadcrumbModule } from '@aviato/components/breadcrumb';

Component

BwcBreadcrumb

BwcBreadcrumb component component is used for nested navigation, with each item acting as a link.
selector: bwc-breadcrumb

Properties

Name

Description

@Input()

breadcrumbInput: BwcBreadcrumbItemType[]

Object

Required parameter. Array of object of type BwcBreadcrumbItemType:

{ href?: string, // optional - path as url string routerLink?: string, // optional - path as router string label: string, // Label text for breadcrumb list item }

 


Examples

Storybook failed to load. Please connect to the VPN to access.