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.
The import and the props worth knowing about, in one place.
import { Upload33 } from "@/components/beste/piece/upload33";
<Upload33
files={[
{
"name": "album-cover.png",
"size": "2.4 MB",
"kind": "image"
},
{
"name": "liner-notes.pdf",
"size": "860 KB",
"kind": "document"
},
{
"name": "session-take-03.mp4",
"size": "48 MB",
"kind": "video"
}
]}
/>Stacked upload list with done, uploading, and failed rows each ending in the matching status icon.
Single-file upload row with size counter, live speed, pause and cancel controls, and a gradient bar.
Parallel chunk uploader visualizing 16 part tiles tinted by done, uploading, or pending states.
Aggregate upload card with a total-files header, a single sky bar, and a done, uploading, queued tally.