Ai Document Summary Card
A production-scale, light + dark Ai Document Summary Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add ai-document-summary-cardLive preview available in the gallery.
Usage
import { AIDocumentSummaryCard } from "@lerpa/ui";
<AIDocumentSummaryCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | |
| summary | string | — | |
| keyPoints | string[] | — | |
| pages | number | — | |
| readingTime | string | — | |
| accent | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.