# Prose ## Example ```svelte

Prose

Prose is a component that renders html tags with automatic styles applied.

It is useful for rendering markdown content.

This is a link: Google

``` ## Documentation ## Usage ```svelte

Prose

Prose is a component

``` ## API Reference ### Prose A wrapper that applies Tailwind Typography styles to its content for rendering rich text. | Prop | Type | Default | Description | |------|------|---------|-------------| | size | `'default' | 'md' | 'lg' | 'xl' | '2xl'` | `'default'` | The typography size scale. | | children | `Snippet` | `-` | The content to apply typography styles to. (required) | | class | `string` | `-` | Additional CSS classes to apply. | | ref | `HTMLDivElement` | `-` | The underlying DOM element. (bindable) |