# Vue Breadcrumb Component API

> Explore the API reference for the Vue Breadcrumb component and discover how to effectively utilize its props for customization.

## CBreadcrumbItem

```jsx
import { CBreadcrumbItem } from '@coreui/vue-pro'
```

### Props

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| `active` | `boolean` | - | Toggle the active state for the component. |
| `href` | `string` | - | The `href` attribute for the inner link component. |
