Ai Chat Sidebar
A production-scale, light + dark Ai Chat Sidebar component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-chat-sidebarLive preview available in the gallery.
Usage
import { AIChatSidebar } from "@lerpa/ui";
<AIChatSidebar />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| sessions | AIChatSession[] | — | |
| activeId | string | — | |
| accent | string | — | |
| width | number | string | — | |
| onSelect | (id: string) => void | — | |
| onNewChat | () => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.