Ai Message Bubble Response
A production-scale, light + dark Ai Message Bubble Response component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-message-bubble-responseLive preview available in the gallery.
Usage
import { AIMessageBubbleResponse } from "@lerpa/ui";
<AIMessageBubbleResponse />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| message | string | - | |
| agentName | string | — | |
| avatar | React.ReactNode | — | |
| speed | number | — | |
| onComplete | () => void | — | |
| showActions | boolean | — | |
| onRegenerate | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.