Components
Loading preview...
Interactive and animated file upload component with drag-and-drop and progress animations.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/file-uploadimport FileUpload from "@/components/ui/file-upload"
const Demo = () => {
return (
<main className= "min-h-screen flex items-center justify-center p-4" >
<FileUpload />
< /main>
);
}
export { Demo }