Archive Bundle

Zip bundle card with an amber archive tile, file count, compressed savings line, and a Download button.

project-handoff.zip42 files · 248 MBCompressed from 612 MB · 59% smaller

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

Import & use
import { Upload30 } from "@/components/beste/piece/upload30";

<Upload30
  filename="project-handoff.zip"
  totalSize="248 MB"
  files={42}
  savings="Compressed from 612 MB · 59% smaller"
  filesLabel="files"
  downloadLabel="Download"
/>