https://github.com/yasai-t/draggable-list
A custom hook to create a draggable list using react-dnd.
https://github.com/yasai-t/draggable-list
drag-and-drop draggable hooks react react-dnd
Last synced: 8 months ago
JSON representation
A custom hook to create a draggable list using react-dnd.
- Host: GitHub
- URL: https://github.com/yasai-t/draggable-list
- Owner: Yasai-T
- License: mit
- Created: 2020-10-12T14:38:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:41:35.000Z (about 2 years ago)
- Last Synced: 2025-02-02T04:31:51.855Z (about 1 year ago)
- Topics: drag-and-drop, draggable, hooks, react, react-dnd
- Language: TypeScript
- Homepage: https://yasai-t.github.io/draggable-list
- Size: 4.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# draggable-list
A custom hook to create a draggable list using [react-dnd](https://github.com/react-dnd/react-dnd/).
- origin: https://react-dnd.github.io/react-dnd/examples/sortable/simple
## Demo
[Storybook](https://yasai-t.github.io/draggable-list)

## Usage
```bash
yarn
yarn storybook
```