# Overflow API

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

## Related

- https://0.vuetifyjs.com/components/semantic/overflow
- https://0.vuetifyjs.com/composables/semantic/create-overflow
- https://0.vuetifyjs.com/components/semantic/breadcrumbs
- https://0.vuetifyjs.com/components/semantic/pagination

## Overflow.Root

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:overflow"` | no | Namespace for dependency injection |
| `gap` | `number \| undefined` | `0` | no | Pixel gap between items (mirror of CSS gap) |
| `priority` | `any` | `"start"` | no | Side that keeps items when overflow occurs |
| `disabled` | `boolean \| undefined` | `false` | no | Disable truncation; render everything |

### Slots

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

## Overflow.Indicator

### Props

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

### Slots

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

## Overflow.Item

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `namespace` | `string \| undefined` | `"v0:overflow"` | no | Namespace for dependency injection |
| `value` | `unknown` | — | no | Value associated with this ticket (defaults to index) |
| `disabled` | `boolean \| undefined` | `false` | no | Skip from capacity calculation; always rendered visibly |

### Slots

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