# Presence API

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

## Related

- https://0.vuetifyjs.com/components/primitives/presence
- https://0.vuetifyjs.com/composables/system/use-presence
- https://0.vuetifyjs.com/components/primitives/portal

## Presence

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `lazy` | `boolean \| undefined` | `false` | no | Delay first mount until present is first true. |
| `immediate` | `boolean \| undefined` | `true` | no | Auto-resolve LEAVING state next tick if done() not called. |
| `modelValue` | `boolean \| undefined` | `false` | no | — |

### Events

| Name | Type | Description |
|---|---|---|
| `enter` | `[]` | — |
| `leave` | `[]` | — |
| `after-leave` | `[]` | — |

### Slots

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