Typeset output
Drop exported tokens after your 5h3ll-ui stylesheet.
Preview shadcn-style typography and theme tokens on 5h3ll-ui components.
Drop exported tokens after your 5h3ll-ui stylesheet.
Typography
Display
Build interfaces that travel well.
Heading 1
Design tokens, not rewrites.
Heading 2
Portable visual language.
Lead
Copy shadcn-style token output into 5h3ll-ui and preview how it lands across real vanilla components.
Body
This preview demonstrates the typography stack, color tokens, radius, controls, cards, tables, and inline code used by the docs and future blocks.
Small
Token-first compatibility for non-React stacks.
Tokens
--background mapped through the active style pack.
--primary mapped through the active style pack.
--secondary mapped through the active style pack.
--muted mapped through the active style pack.
--accent mapped through the active style pack.
--destructive mapped through the active style pack.
Components
Preview common form controls under the selected typeset.
Cards, badges, tables, and inline code inherit the same tokens.
| Token | Maps to | Status |
|---|---|---|
fontSans | --font-sans | Ready |
radius | --radius | Ready |
primary | --primary | Ready |
Export
Use this shape for shadcn Typeset-style output. Keep it after the 5h3ll-ui import.
:root {
--font-sans: "Geist Sans", ui-sans-serif, system-ui, sans-serif;
--font-heading: var(--font-sans);
--font-mono: "Geist Mono", ui-monospace, SFMono-Regular, monospace;
--radius: 0.625rem;
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
--primary: oklch(0.205 0 0);
--primary-foreground: oklch(0.985 0 0);
}