TemplateAnalytics
Analytics report
An analytics report screen with bar visualization, metrics, and review notes.
Preview
Report
Revenue quality
Settlement velocity and exception rate for the current period.
Capture92.4%
Retry lift14.8%
Disputes0.7%
Notes
Signals worth reviewing before the next export.
Retry lift improved
Dispute rate flat
Two accounts need review
Ingredients
These are the primitive pieces used by the template.
CardBadgeStatAlert
Code
code
<div className="grid gap-5"> <Card> <CardHeader> <Badge tone="info">Report</Badge> <CardTitle>Revenue quality</CardTitle> </CardHeader> <CardContent> <div className="flex h-44 items-end gap-2">{/* bars */}</div> <Stat label="Capture" value="92.4%" tone="accent" /> </CardContent> </Card></div>