Files
shadcn-ui/apps/www/content/docs/components/typography.mdx
2023-06-22 22:44:52 +04:00

63 lines
918 B
Plaintext

---
title: Typography
description: Styles for headings, paragraphs, lists...etc
component: true
---
<ComponentPreview
name="typography-demo"
className="[&>div.min-h-[350px]]:p-6"
/>
## h1
<ComponentPreview name="typography-h1" extractClassName />
## 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" />