Components
Loading preview...
A drag-and-drop file upload component with support for images, documents, and PDFs. It features a clean card-style design, making it easy to integrate into forms, dashboards, or file management interfaces.
@nextjsshop
npx shadcn@latest add https://21st.dev/r/nextjsshop/file-uploadimport { FileUpload } from "@/components/ui/file-upload";
export default function DemoOne() {
return <FileUpload />;
}