Ai Knowledge Base Card
A production-scale, light + dark Ai Knowledge Base Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-knowledge-base-cardLive preview available in the gallery.
Usage
import { AIKnowledgeBaseCard } from "@lerpa/ui";
<AIKnowledgeBaseCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | string | — | |
| description | string | — | |
| documentCount | number | — | |
| chunkCount | number | — | |
| lastSync | string | — | |
| status | "synced" | "syncing" | "stale" | "error" | — | |
| accent | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.