Components
Loading preview...
Here is File Upload component
@ephraimduncan
npx shadcn@latest add https://21st.dev/r/ephraimduncan/file-upload-1
import FileUpload05 from "@/components/ui/file-upload-1";
export default function DemoOne() {
return <FileUpload05 />;
}