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
- Host: GitHub
- URL: https://github.com/bentatum/react-resortable
- Owner: bentatum
- License: other
- Created: 2016-09-13T19:22:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T02:00:32.000Z (over 8 years ago)
- Last Synced: 2025-03-15T09:03:08.141Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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/standardSortable 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)