All components
Typography
Prose
A typographic container that styles nested headings, paragraphs, lists, code, and links to the system scale.
Preview
Code
<Prose>
<h3>Heading</h3>
<p>Body with <strong>bold</strong>, a <a href="#">link</a>, and <code>code</code>.</p>
</Prose>Import from @/components/ui.