Formats Drop Zone

Upload prompt that lists accepted formats as mono pills beside a size-limit caption.

Upload artwork
PNGJPGSVGWebP
Up to 10 MB

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

Import & use
import { Upload8 } from "@/components/beste/piece/upload8";

<Upload8
  title="Upload artwork"
  formats={[
    "PNG",
    "JPG",
    "SVG",
    "WebP"
  ]}
  limit="Up to 10 MB"
  action="Browse files"
/>