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 de35ce5 commit 1e06190Copy full SHA for 1e06190
README.md
@@ -6,6 +6,16 @@ A higher order React component for [Sortable](https://github.com/RubaXa/Sortable
6
npm install --save react-sortablejs
7
```
8
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
19
## Usage
20
21
```js
0 commit comments