# User Profile ## Example ```svelte ``` ## Documentation ## Usage ```svelte ``` ## API Reference ### UserProfile A user profile card with banner, avatar, display name, handle, and bio. | Prop | Type | Default | Description | |------|------|---------|-------------| | profile | `{ banner?: string; avatar?: string; displayName?: string; handle?: string; description?: string }` | `-` | The user profile data to display. (required) | | class | `string` | `-` | Additional CSS classes to apply. (required) |