Interactive and animated file upload component with drag-and-drop and progress animations.
import 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 }
Part of HextaUI — browse the full library on 21st.dev.