mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-26 14:16:08 +00:00
63 lines
918 B
Plaintext
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" />
|