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 8be358b commit de34aa9Copy full SHA for de34aa9
README.md
@@ -8,6 +8,13 @@ npm install --save react-sortablejs
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
18
See more options at https://github.com/RubaXa/Sortable#options
19
```js
20
{
@@ -38,12 +45,6 @@ See more options at https://github.com/RubaXa/Sortable#options
38
45
}
39
46
```
40
47
41
-#### `ref` option
42
-Specify which items inside the `ref` attribute should be sortable.
43
-
44
-#### `model` option
-The state attribute for creating a sortable list.
48
## Usage
49
50
0 commit comments