Utility
AI
Terminal
Installation
pnpm dlx shadcn@latest add https://termcn.dev/r/streaming-text.json
Usage
import { StreamingText } from "@/components/ui/streaming-text";<StreamingText text="Installing dependencies..." animate speed={20} />API Reference
StreamingText
| Prop | Type | Default |
|---|---|---|
text | string | undefined |
stream | AsyncIterable<string> | undefined |
cursor | boolean | true |
animate | boolean | false |
speed | number | 30 |
onComplete | (fullText: string) => void | undefined |
cursorColor | string | undefined |