Components
Loading preview...
A clean, modern, and accessible file upload component for React/Next.js. Features drag-and-drop support, multi-file selection with badge-style display, single-file image preview, animated upload progress, and a compact, monochromatic design. Includes accessible remove actions, file name truncation, and a scrollable badge list for large selections.
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/file-uploaderimport { Component } from "@/components/ui/file-uploader";
export default function DemoOne() {
return <Component />;
}