Skip to content

Commit 000327b

Browse files
committed
Update README.md
1 parent 73fb690 commit 000327b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,17 @@
44
A higher order React component for [Sortable](https://github.com/RubaXa/Sortable).
55

66
## 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.
78
```bash
89
npm install --save react-sortablejs
910
```
1011

12+
You can create a standalone module using webpack:
13+
```bash
14+
$ npm install
15+
$ webpack
16+
```
17+
1118
## Options
1219

1320
#### `ref` option

0 commit comments

Comments
 (0)