Storage Quota

Drive icon beside a label, a thin usage bar, and a used-of-total caption that retints as it fills.

Workspace storage
64 GB of 200 GB

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

Import & use
import { Progress11 } from "@/components/beste/piece/progress11";

<Progress11
  used="64 GB"
  total="200 GB"
  progress={32}
  label="Workspace storage"
/>