Components
Typography
Glassmorphism-styled typographic primitives including headings, body text, code, links, and blockquotes.
Preview
Heading One
Heading Two
Heading Three
Heading Four
Default body text with comfortable line height.
Muted secondary text.
Inline code:
npm install koori-uiGlassmorphism is about depth, light, and translucency.Read the documentation →
Headings
Body Text
Code
Links
Blockquote
Props — GlassText
| Prop | Type | Default | Description |
|---|---|---|---|
size | "sm" | "md" | "lg" | "md" | Font size preset |
muted | boolean | false | Use muted color token |
All components accept their corresponding native HTML element props and className. GlassH1–GlassH4 extend <h1>–<h4>, GlassText extends <p>, GlassCode extends <code>, GlassLink extends <a>, GlassBlockquote extends <blockquote>.