Upload Progress

Single-file upload row with size counter, live speed, pause and cancel controls, and a gradient bar.

campaign-edit-01.mov184 MB of 312 MB · 12.4 MB/s
59%10s left

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Upload12 } from "@/components/beste/piece/upload12";

<Upload12
  filename="campaign-edit-01.mov"
  bytesUploaded="184 MB"
  bytesTotal="312 MB"
  speed="12.4 MB/s"
  eta="10s left"
  percent={59}
  tone="sky"
/>