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.
2 parents 42a399a + e789a03 commit 8c7ff90Copy full SHA for 8c7ff90
src/.stories/index.js
@@ -325,6 +325,13 @@ storiesOf('Advanced', module)
325
</div>
326
);
327
})
328
+.add('Distance (20px)', () => {
329
+ return (
330
+ <div className={style.root}>
331
+ <ListWrapper component={SortableList} items={getItems(50, 50)} distance={20} helperClass={style.stylizedHelper} />
332
+ </div>
333
+ );
334
+})
335
.add('Lock axis', () => {
336
return (
337
<div className={style.root}>
0 commit comments