Utility
AI
Terminal
big-text-demo
No opentui live preview is registered for this example yet.
Installation
pnpm dlx shadcn@latest add @termcn/big-text
Usage
import { BigText } from "@/components/ui/big-text";<BigText>HELLO</BigText>Examples
Font variants
font can be block (default pixel font), simple (lighter block), shade (density characters), or slim (box-drawing style).
Terminal
big-text-fonts
No opentui live preview is registered for this example yet.
API Reference
BigText
| Prop | Type | Default |
|---|---|---|
children | string | required |
color | string | undefined |
font | "block" | "simple" | "shade" | "slim" | "block" |