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 8d25908 commit 4d7dbe6Copy full SHA for 4d7dbe6
README.md
@@ -66,6 +66,7 @@ A modern usage would be
66
import React from 'react';
67
import { SortableContainer } from 'react-anything-sortable';
68
69
+@sortable
70
class SortableItem extends React.Component {
71
render() {
72
return (
@@ -79,7 +80,7 @@ class SortableItem extends React.Component {
79
80
};
81
```
82
-or you want to construct it manually
83
+Or you want to construct it manually
84
85
```javascript
86
0 commit comments