# Phone ## Example ```svelte
Hello there
``` ## Documentation ## Usage ```svelte
Hello there
``` ## 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. |