Ai Assistant Profile Card
A production-scale, light + dark Ai Assistant Profile Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-assistant-profile-cardLive preview available in the gallery.
Usage
import { AIAssistantProfileCard } from "@lerpa/ui";
<AIAssistantProfileCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | string | — | |
| role | string | — | |
| bio | string | — | |
| capabilities | string[] | — | |
| modelName | string | — | |
| accent | string | — | |
| online | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.