Utility
Terminal
Installation
$ pnpm dlx shadcn@latest add @termcn/ink/streaming-text
Usage
import { StreamingText } from "@/components/ui/streaming-text";<StreamingText text="Installing dependencies..." animate speed={20} />API Reference
StreamingText
| Prop | Type | Default |
|---|---|---|
text | string | - |
stream | AsyncIterable<string> | - |
cursor | boolean | true |
animate | boolean | false |
speed | number | 30 |
onComplete | (fullText: string) => void | - |
cursorColor | string | - |
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: Screen-reader mode removes decorative output while preserving meaningful labels and state.