https://github.com/dotnize/pdnd-solid-tailwind
SolidJS + Pragmatic drag and drop list example - styled with TailwindCSS
https://github.com/dotnize/pdnd-solid-tailwind
Last synced: 4 months ago
JSON representation
SolidJS + Pragmatic drag and drop list example - styled with TailwindCSS
- Host: GitHub
- URL: https://github.com/dotnize/pdnd-solid-tailwind
- Owner: dotnize
- License: mit
- Created: 2024-06-11T06:28:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T09:22:32.000Z (over 1 year ago)
- Last Synced: 2025-05-07T02:03:03.822Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/github/dotnize/pdnd-solid-tailwind?startScript=dev
- Size: 108 KB
- Stars: 26
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is based on [alexreardon/pdnd-react-tailwind](https://github.com/alexreardon/pdnd-react-tailwind), ported to SolidJS.
A simple reorderable list example with:
- [Pragmatic drag and drop](https://github.com/atlassian/pragmatic-drag-and-drop)
- [Solid](https://solidjs.com/)
- [TailwindCSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)
This project is powered by [Vite](https://vitejs.dev/)
## Run remotely
→ [Run on StackBlitz](https://stackblitz.com/github/dotnize/pdnd-solid-tailwind?startScript=dev)
## Run locally
```bash
# Install dependencies
pnpm install # or npm install
# Start dev server
pnpm run dev # or npm run dev
```