A reusable and responsive file uploading component
npx shadcn@latest add https://21st.dev/r/avanishverma4/file-uploader
Loading preview...
import Component from "@/components/ui/file-uploader"; export default function FileUploader() { return <Component />; }