Components
All components
Typography

Prose

A typographic container that styles nested headings, paragraphs, lists, code, and links to the system scale.

Preview

Preview
light

Heading

Body text with bold, a link, and inline code.

  • First item
  • Second item
dark

Heading

Body text with bold, a link, and inline code.

  • First item
  • Second item

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.