Parallel chunk uploader visualizing 16 part tiles tinted by done, uploading, or pending states.
The import and the props worth knowing about, in one place.
import { Upload17 } from "@/components/beste/piece/upload17";
<Upload17
filename="raw-footage-reel.mp4"
chunks={16}
chunkStatuses={[
"done",
"done",
"done",
"done",
"done",
"done",
"done",
"done",
"done",
"uploading",
"uploading",
"pending",
"pending",
"pending",
"pending",
"pending"
]}
overallPercent={58}
tone="sky"
/>Compact upload summary with four overlapping thumbnails, a +N overflow tile, and a total item count.
Stacked upload list with done, uploading, and failed rows each ending in the matching status icon.
Three queued files whose progress bars fill one after another, each settling into a green check while the header counts up to all files uploaded.
Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.