# Box
## Example
```svelte
This is a box, put your stuff here.
```
## Documentation
## Usage
```svelte
This is a box, put your stuff here.
```
## API Reference
### Box
A styled container with default padding, rounded corners, and a subtle background.
| Prop | Type | Default | Description |
|------|------|---------|-------------|
| children | `Snippet` | `-` | The content to display inside the box. (required) |
| class | `string` | `-` | Additional CSS classes to apply. |
| ref | `HTMLDivElement` | `-` | The underlying DOM element. |