mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-25 05:35:48 +00:00
64 lines
955 B
Plaintext
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" />
|