import { CBreadcrumbItem } from '@coreui/react'// orimport CBreadcrumbItem from '@coreui/react/src/components/breadcrumb/CBreadcrumbItem'| Property | Description | Type | Default |
|---|---|---|---|
| active | Toggle the active state for the component. | boolean | - |
| className | A string of all className you want applied to the base component. | string | - |
| href | The href attribute for the inner <CLink> component. | string | - |
On this page