Ai Streaming Response Card
A production-scale, light + dark Ai Streaming Response Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-streaming-response-cardLive preview available in the gallery.
Usage
import { AIStreamingResponseCard } from "@lerpa/ui";
<AIStreamingResponseCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| content | string | — | |
| charsPerSecond | number | — | |
| accent | string | — | |
| model | string | — | |
| autostart | boolean | — | |
| loop | boolean | — | |
| showStats | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.