TYPOGRAPHY
Type scale components for headings, body text, and code display.
PREVIEW
SYSTEM ONLINE
Subsystem Alpha
Module Status
All systems nominal. Awaiting further instructions from command.
Last updated: 2077-03-15 04:22 UTC
npm install @scificn/uiINSTALLATION
USAGE
VARIANTS
H1
The quick brown fox
H2
The quick brown fox
H3
The quick brown fox
H4
The quick brown fox
P
The quick brown fox
LEAD
The quick brown fox
MUTED
The quick brown fox
CODE
The quick brown foxPROPS
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| variant | "H1" | "H2" | "H3" | "H4" | "P" | "LEAD" | "MUTED" | "CODE" | "P" | Typography style variant. |
| as | string | — | Override the rendered HTML element. |
| className | string | — | Additional CSS classes. |