pdnd-solid-tailwind

SolidJS + Pragmatic drag and drop list example - styled with TailwindCSS

MIT License

Stars
12

This is based on alexreardon/pdnd-react-tailwind, ported to SolidJS.

A simple reorderable list example with:

This project is powered by Vite

Run remotely

Run on StackBlitz

Run locally

# Install dependencies
pnpm install # or npm install

# Start dev server
pnpm run dev # or npm run dev