Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Upload19 } from "@/components/beste/piece/upload19";
<Upload19
total={24}
uploading={3}
done={18}
overallPercent={74}
speed="9.2 MB/s overall"
tone="sky"
/>