# Breadcrumbs API

> Auto-generated API reference for `Breadcrumbs` from @vuetify/v0 (Vuetify0).
> Source of truth: https://0.vuetifyjs.com/api/breadcrumbs

## Related

- https://0.vuetifyjs.com/components/semantic/breadcrumbs
- https://0.vuetifyjs.com/composables/semantic/create-breadcrumbs
- https://0.vuetifyjs.com/composables/selection/create-group
- https://0.vuetifyjs.com/composables/semantic/create-overflow
- https://0.vuetifyjs.com/composables/plugins/use-locale
- https://0.vuetifyjs.com/components/semantic/pagination

## Breadcrumbs.Root

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:breadcrumbs"` | no | Namespace for dependency injection |
| `divider` | `string \| undefined` | `"/"` | no | Default divider character/text |
| `ellipsis` | `string \| undefined` | `"…"` | no | Default ellipsis character/text |
| `gap` | `number \| undefined` | `8` | no | Gap between items in pixels. |
| `label` | `string \| undefined` | — | no | Accessible label for the navigation landmark |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsRootSlotProps` | — |

## Breadcrumbs.Activator

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:breadcrumbs"` | no | Namespace for dependency injection |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsActivatorSlotProps` | — |

## Breadcrumbs.Divider

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:breadcrumbs"` | no | Namespace for dependency injection |
| `id` | `any` | — | no | Unique identifier (auto-generated if not provided) |
| `divider` | `string \| undefined` | — | no | Override divider character (uses global from Root if not provided) |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsDividerSlotProps` | — |

## Breadcrumbs.Ellipsis

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:breadcrumbs"` | no | Namespace for dependency injection |
| `id` | `any` | — | no | Unique identifier (auto-generated if not provided) |
| `ellipsis` | `string \| undefined` | — | no | Override ellipsis character (uses global from Root if not provided) |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsEllipsisSlotProps` | — |

## Breadcrumbs.Item

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:breadcrumbs"` | no | Namespace for dependency injection |
| `id` | `any` | — | no | Unique identifier (auto-generated if not provided) |
| `value` | `unknown` | — | no | Value associated with this item |
| `text` | `string \| undefined` | `""` | no | Display text for the breadcrumb (used by composable model) |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsItemSlotProps` | — |

## Breadcrumbs.List

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsListSlotProps` | — |

## Breadcrumbs.Page

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `BreadcrumbsPageSlotProps` | — |
