Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.
The import and the props worth knowing about, in one place.
import { Upload19 } from "@/components/beste/piece/upload19";
<Upload19
total={24}
uploading={3}
done={18}
overallPercent={74}
speed="9.2 MB/s overall"
tone="sky"
/>Compact upload summary with four overlapping thumbnails, a +N overflow tile, and a total item count.
File tile with icon, name, size, and an inline progress bar.
Stacked upload list with done, uploading, and failed rows each ending in the matching status icon.
Interrupted-upload card with an amber state, half-filled bar, resume byte offset, and a Resume button.