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

https://github.com/bentatum/react-resortable

Sortable React HOC
https://github.com/bentatum/react-resortable

Last synced: about 2 months ago
JSON representation

Sortable React HOC

Awesome Lists containing this project

README

        

# react-resortable

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/react-resortable.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/react-resortable
[travis-image]: https://img.shields.io/travis/bentatum/react-resortable.svg?style=flat-square
[travis-url]: https://travis-ci.org/bentatum/react-resortable
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

Sortable React HOC

## Install

```
npm install react-resortable
```

## Usage

```js
var reactResortable = require('react-resortable')
```

## Contributing

Contributions welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.

## License

[UNLICENSED](LICENSE.md)