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 5bdf2c9 commit 1686019Copy full SHA for 1686019
README.md
@@ -6,14 +6,17 @@ React bindings to [SortableJS](https://github.com/SortableJS/Sortable)
6
7
## Installation
8
9
+`sortablejs` and `@types/sortbalejs` are peer dependencies. The latter only used if intellisense/typescript is desired.
10
+
11
```shell
-npm install --save react-sortablejs
12
+npm install --save react-sortablejs sortablejs
13
+npm install --save-dev @types/sortablejs
14
15
# OR
-yarn add react-sortablejs
16
+yarn add react-sortablejs sortablejs
17
+yarn add -D @types/sortablejs
18
```
19
-Please note that `sortablejs` is not required, as it's bundled in this component.
-
20
## Learn
21
22
Here is the TLDR of what sortable is:
0 commit comments