Batch Summary

Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.

Uploading 24 files9.2 MB/s overall
74%
18Done
3Uploading
3Queued

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

Import & use
import { Upload19 } from "@/components/beste/piece/upload19";

<Upload19
  total={24}
  uploading={3}
  done={18}
  overallPercent={74}
  speed="9.2 MB/s overall"
  tone="sky"
/>