Skip to content

Commit 1e06190

Browse files
committed
Update README.md
1 parent de35ce5 commit 1e06190

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ A higher order React component for [Sortable](https://github.com/RubaXa/Sortable
66
npm install --save react-sortablejs
77
```
88

9+
## Options
10+
11+
#### `ref` option
12+
Specify which items inside the `ref` attribute should be sortable.
13+
14+
#### `model` option
15+
The state attribute for creating a sortable list.
16+
17+
See more options at https://github.com/RubaXa/Sortable#options
18+
919
## Usage
1020

1121
```js

0 commit comments

Comments
 (0)