Three-tile alert overview with semantic icons and counts for critical, warning, and info severities.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Dashboard20 } from "@/components/beste/piece/dashboard20";
<Dashboard20
counts={{
"critical": 2,
"warning": 6,
"info": 14
}}
criticalLabel="Critical"
warningLabel="Warning"
infoLabel="Info"
/>