You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| axis | String |`y`| Items can be sorted horizontally, vertically or in a grid. Possible values: `x`, `y` or `xy`|
99
-
| lockAxis | String || If you'd like, you can lock movement to an axis while sorting. This is not something that is possible with HTML5 Drag & Drop |
99
+
| lockAxis | String || If you'd like, you can lock movement to an axis while sorting. This is not something that is possible with HTML5 Drag & Drop. Possible values: `x` or `y`.|
100
100
| helperClass | String || You can provide a class you'd like to add to the sortable helper to add some styles to it |
101
101
| transitionDuration | Number |`300`| The duration of the transition when elements shift positions. Set this to `0` if you'd like to disable transitions |
102
102
| pressDelay | Number |`0`| If you'd like elements to only become sortable after being pressed for a certain time, change this property. A good sensible default value for mobile is `200`. Cannot be used in conjunction with the `distance` prop. |
0 commit comments