Utility
Terminal
Installation
$ pnpm dlx shadcn@latest add @termcn/ink/big-text
Usage
import { BigText } from "@/components/ui/big-text";<BigText>HELLO</BigText>Examples
Simple
Terminal
Shade
Terminal
Slim
Terminal
API Reference
BigText
| Prop | Type | Default |
|---|---|---|
children | string | required |
color | string | - |
font | "block" | "simple" | "shade" | "slim" | "block" |
Notes
Accessibility
termcn exposes the following behavior through Ink's terminal accessibility APIs. This is not a browser ARIA or general WCAG-conformance claim.
- Screen reader: Ink labels and semantic state expose the component without relying on visual styling alone.