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 7226806 commit 2bf22e4Copy full SHA for 2bf22e4
README.md
@@ -144,9 +144,6 @@ class App extends React.Component {
144
return (
145
<div>
146
<Sortable
147
- // See all Sortable options at https://github.com/RubaXa/Sortable#options
148
- options={{
149
- }}
150
tag="ul" // Defaults to "div"
151
>
152
{items}
@@ -180,9 +177,6 @@ class App extends React.Component {
180
177
181
178
182
179
183
184
185
186
187
onChange={(order, sortable) => {
188
this.setState({ items: order });
0 commit comments