An open API service indexing awesome lists of open source software.

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

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
```