# Atom API

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

## Related

- https://0.vuetifyjs.com/components/primitives/atom
- https://0.vuetifyjs.com/guide/fundamentals/components

## Atom

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `as` | `any` | `"div"` | no | The HTML element to render as, or null for renderless mode |
| `renderless` | `boolean \| undefined` | `false` | no | When true, renders slot content directly without a wrapper element |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `T` | Default slot that receives all forwarded attributes as props |
