Overview
SortableThis is a sortable component built with shadnc/ui, radix ui, and dnd-kit, and is bootstrapped with create-t3-app. It is based on the Next.js framework and utilizes Tailwind CSS for styling.
Features
- Headless Sortable UI Primitives: Built with shadnc/ui, radix ui, and dnd-kit.
- Integration with useFieldArray: Works seamlessly with react-hook-form’s useFieldArray.
- Integration with tanstack-table: Compatible with tanstack-table for enhanced functionality.
Installation
To run SortableThis locally, follow these steps:
- Clone the repository.
git clone [repository_url]
- Navigate into the project directory.
cd [project_directory]
- Install dependencies using pnpm.
pnpm install
- Start the development server.
pnpm dev
## Summary
SortableThis is a customizable and versatile sortable component that can be easily integrated with react-hook-form's useFieldArray and tanstack-table. It leverages a tech stack that includes shadnc/ui, radix ui, dnd-kit, Next.js, and Tailwind CSS. Deploying SortableThis is facilitated through the deployment guides available for Vercel, Netlify, and Docker.