Breadcrumbs

Breadcrumbs allows an easy method to highlight previous pages and allows the user to navigate to a specific one.

Once imported it can be modified the way you want.

Prefixes

  • ch-breadcrumb
  • ch-breadcrumbTS

Props

Breadcrumb takes a data array of objects with the following props per item:

  • title?: string
  • link?: string

Example: An example of the usage is provided in the snippet.

Preview