Utilization bar for CPU, memory, disk, or network with a recolorable fill and matching percentage label.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Monitoring2 } from "@/components/beste/piece/monitoring2";
<Monitoring2
resource="cpu"
value={72}
tone="emerald"
cpuLabel="CPU"
memoryLabel="Memory"
diskLabel="Disk"
networkLabel="Network"
/>