Ai Conversation Branch Tree
A production-scale, light + dark Ai Conversation Branch Tree component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-conversation-branch-treeUsage
import { AIConversationBranchTree } from "@lerpa/ui";
<AIConversationBranchTree />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| nodes | AIBranchNode[] | — | |
| accent | string | — | |
| onSelect | (id: string) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.