https://github.com/pjb0811/react-draggable-lists
draggable list app using react & react-motion.
https://github.com/pjb0811/react-draggable-lists
draggable list react react-motion
Last synced: 12 months ago
JSON representation
draggable list app using react & react-motion.
- Host: GitHub
- URL: https://github.com/pjb0811/react-draggable-lists
- Owner: pjb0811
- Created: 2018-08-24T09:20:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T21:13:25.000Z (over 5 years ago)
- Last Synced: 2025-03-25T13:45:25.363Z (about 1 year ago)
- Topics: draggable, list, react, react-motion
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-draggable-lists
> draggable list app using react & react-motion.
[](https://www.npmjs.com/package/react-draggable-lists) [](https://standardjs.com)
This package is included in [react-motion-components](https://github.com/pjb0811/react-motion-components).
## Install
```bash
npm install --save react-draggable-lists
```
## Usage
[demo](https://codesandbox.io/s/ym97587kxx)
```tsx
import * as React from 'react';
import DraggableList from 'react-draggable-lists';
class Example extends React.Component {
render() {
return (
react-draggable-lists
1
2
3
);
}
}
```
## License
MIT © [pjb0811](https://github.com/pjb0811)