Files
shadcn-ui/apps/www/content/docs/components/typography.mdx
shadcn 11c31af94f feat(www): add description and edit in v0 to examples (#3518)
* feat(www): add description and edit in v0 to examples

* fix: missing icon
2024-04-17 22:14:40 +04:00

64 lines
955 B
Plaintext

---
title: Typography
description: Styles for headings, paragraphs, lists...etc
component: true
---
<ComponentPreview
name="typography-demo"
className="[&>div.min-h-[350px]]:p-6"
description="A collection of typographic elements."
/>
## h1
<ComponentPreview name="typography-h1" />
## h2
<ComponentPreview name="typography-h2" />
## h3
<ComponentPreview name="typography-h3" />
## h4
<ComponentPreview name="typography-h4" />
## p
<ComponentPreview name="typography-p" />
## blockquote
<ComponentPreview name="typography-blockquote" />
## table
<ComponentPreview name="typography-table" />
## list
<ComponentPreview name="typography-list" />
## Inline code
<ComponentPreview name="typography-inline-code" />
## Lead
<ComponentPreview name="typography-lead" />
## Large
<ComponentPreview name="typography-large" />
## Small
<ComponentPreview name="typography-small" />
## Muted
<ComponentPreview name="typography-muted" />