Alert Summary

Three-tile alert overview with semantic icons and counts for critical, warning, and info severities.

2Critical
6Warning
14Info

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Dashboard20 } from "@/components/beste/piece/dashboard20";

<Dashboard20
  counts={{
    "critical": 2,
    "warning": 6,
    "info": 14
  }}
  criticalLabel="Critical"
  warningLabel="Warning"
  infoLabel="Info"
/>