# Quote ## Example ```svelte ``` ## Documentation ## Usage ```svelte ``` ## API Reference ### Quote A styled blockquote with optional author avatar and attribution. | Prop | Type | Default | Description | |------|------|---------|-------------| | quote | `string` | `-` | The quote text. | | author | `{ src?: string; alt?: string; fallback?: string; role?: string; name?: string; avatarClass?: string; fallbackClass?: string; imageClass?: string }` | `-` | The author information including avatar and name. | | useThemeColor | `boolean` | `false` | Whether to apply theme color styling to the author avatar. | | class | `string` | `-` | Additional CSS classes to apply. | | ref | `HTMLDivElement` | `-` | The underlying DOM element. (bindable) |