Components
Card
Surface with header, content, and footer slots.
Preview
Confidence: 92%
Extracted invoice total · €4,830.00 · Reviewed by Maria.
All required fields were located on page 1 and validated against the purchase order.
Installation
pnpm add nyxis-ui
Usage
import { Card } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { Card } from 'nyxis-ui/card';
<Card>
<CardHeader>
<CardTitle>Confidence: 92%</CardTitle>
<CardDescription>Reviewed by Maria.</CardDescription>
</CardHeader>
<CardContent>...</CardContent>
<CardFooter>
<Button>Approve</Button>
</CardFooter>
</Card>;