# react-anything-sortable
**Repository Path**: mirrors_fis-components/react-anything-sortable
## Basic Information
- **Project Name**: react-anything-sortable
- **Description**: Fork from https://github.com/jasonslyvia/react-anything-sortable.git
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-12-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# react-anything-sortable [](https://travis-ci.org/jasonslyvia/react-anything-sortable) [](http://badge.fury.io/js/react-anything-sortable) [](https://coveralls.io/github/jasonslyvia/react-anything-sortable?branch=master)
## Features
- Sort any React element you like, images, composite components, etc.
- No external dependencies but `React` itself
- Touch event support
- Thoroughly tested
## Quick Demo
[Live Demo](http://jasonslyvia.github.io/react-anything-sortable/demo/index.html)
**Sort custom style children**

**Sort images**

**Children with custom event handler**

## Installation
**If you're using React v0.13, please use `react-anything-sortable@0.x` instead, it's the latest compatible version.**
```
$ npm install --save react-anything-sortable
// if you're using React v0.13, try
$ npm install --save react-anything-sortable@0.x
// UMD build is provided as well, but please do consider use modern module bundlers like webpack or browserify.
```
## How to use
You can check the straight-forward demo by examining `demo` folder, or here's a brief example.
In `app.js`
````
var ReactDOM = require('react-dom');
var Sortable = require('react-anything-sortable');
var SortableItem = require('./SortableItem');
ReactDOM.render(