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.
import { FileUpload } from "@/components/ui/file-upload"; export default function DemoOne() { return <FileUpload />; }
Part of Nextjsshop — browse the full library on 21st.dev.