# Phone
## Example
```svelte
```
## Documentation
## Usage
```svelte
```
## API Reference
### Phone
A decorative phone frame that wraps content to simulate a mobile device display.
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| children | `Snippet` | `-` | The content to display inside the phone frame. (required) |
| class | `string` | `-` | Additional CSS classes to apply. |