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

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.

Awesome Lists containing this project

README

          

# react-draggable-lists

> draggable list app using react & react-motion.

[![NPM](https://img.shields.io/npm/v/react-draggable-lists.svg)](https://www.npmjs.com/package/react-draggable-lists) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)