Skip to content

Commit 8c7ff90

Browse files
author
Claudéric Demers
authored
Merge pull request clauderic#145 from Robinfr/distance-story
Added story for distance option
2 parents 42a399a + e789a03 commit 8c7ff90

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/.stories/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,13 @@ storiesOf('Advanced', module)
325325
</div>
326326
);
327327
})
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+
})
328335
.add('Lock axis', () => {
329336
return (
330337
<div className={style.root}>

0 commit comments

Comments
 (0)