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

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.

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)

![](assets/demo.gif)

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