We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fb690 commit 000327bCopy full SHA for 000327b
README.md
@@ -4,10 +4,17 @@
4
A higher order React component for [Sortable](https://github.com/RubaXa/Sortable).
5
6
## Installation
7
+The easiest way to use react-sortablejs is to install it from npm and include it in your React build process using webpack or browserify.
8
```bash
9
npm install --save react-sortablejs
10
```
11
12
+You can create a standalone module using webpack:
13
+```bash
14
+$ npm install
15
+$ webpack
16
+```
17
+
18
## Options
19
20
#### `ref` option
0 commit comments