Sortable
November 10, 2024 ยท View on GitHub
This is a sortable built with shadcn/ui, radix ui, and dnd-kit. It is bootstrapped with create-t3-app.
Tech Stack
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Drag and Drop: dnd-kit
- Validation: Zod
Features
- Headless
Sortableui primitives built withshadcn/ui,radix ui, anddnd-kit. - Integration with
useFieldArrayofreact-hook-form, andtanstack-table.
Running Locally
-
Clone the repository
git clone https://github.com/sadmann7/uploader -
Install dependencies using pnpm
pnpm install -
Start the development server
pnpm run dev
How do I deploy this?
Follow the deployment guides for Vercel, Netlify and Docker for more information.
