/
1.1k
Sponsor

Big Text

Figlet-style large ASCII art text

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

PropTypeDefault
childrenstringrequired
colorstring-
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.