Breadcrumbs are used to indicate the current page's location. Add active attribute to active Breadcrumb.Item.
Do not set both active and href attributes. active overrides href and span element is rendered instead of a.
<Breadcrumb> <Breadcrumb.Item href="#">Home</Breadcrumb.Item> <Breadcrumb.Item href="http://getbootstrap.com/components/#breadcrumbs"> Library </Breadcrumb.Item> <Breadcrumb.Item active>Data</Breadcrumb.Item> </Breadcrumb>;
Breadcrumb component itself doesn't have any specific public properties
| Name | Type | Default | Description |
|---|---|---|---|
| active | boolean | false | If set to true, renders |
| href | string |
| |
| title | node |
| |
| target | string |
|