SYS:ONLINE● ACTIVE
THEME
GITHUBv0.1.0

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/ui

INSTALLATION

BASH
npx shadcn@latest add @scificn/typography

USAGE

TSX
import { Typography } from '@scificn/ui'

export function Example() {
  return (
    <Typography variant="H1">SYSTEM ONLINE</Typography>
  )
}

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

CODEThe quick brown fox

PROPS

PROPTYPEDEFAULTDESCRIPTION
variant"H1" | "H2" | "H3" | "H4" | "P" | "LEAD" | "MUTED" | "CODE""P"Typography style variant.
asstringOverride the rendered HTML element.
classNamestringAdditional CSS classes.