Single distribution bar splitting incident counts across critical, warning, and info segments with a mono legend.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Monitoring13 } from "@/components/beste/piece/monitoring13";
<Monitoring13
critical={12}
warning={4}
info={28}
/>