This is for file upload
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/file-upload
Loading preview...
import { Component } from "@/components/ui/file-upload"; export default function DemoOne() { return <Component />; }