Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.
New here? Read the installation guide.
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.
Interrupted-upload card with an amber state, half-filled bar, resume byte offset, and a Resume button.
Stacked upload list with done, uploading, and failed rows each ending in the matching status icon.