Breadcrumb

The breadcrumb is a secondary navigation pattern that helps a user understand the hierarchy among levels and navigate back through them.

Widget API

Property
Description

children

A list of CBreadcrumbItem to display in a row.

  • Type: List<CBreadcrumbItem>

  • Default: required

noTrailingSlash

Whether to omit the trailing slash for the breadcrumbs or not.

  • Type: bool

  • Default: true

breadcrumbsLimit

To truncate the breadcrumbs when children length exceeds breadcrumbsLimit.

  • Type: int

  • Default: 3

Example

Last updated

Was this helpful?