Skip to content

Commit

Permalink
Update props.md
Browse files Browse the repository at this point in the history
  • Loading branch information
In-dev-paolo committed Mar 5, 2020
1 parent 9a14334 commit 5943f23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/markdowns/muuricomponent/props.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ You can define the following properties:

```javascript
<MuuriComponent
dragEnabled={true},
dragEnabled={true}
dragSortHeuristics={{
sortInterval: 10,
minDragDistance: 5,
Expand Down Expand Up @@ -969,7 +969,7 @@ You can define the following properties:
// Only set the required touch-action CSS property via the options if you for
// example want to set the other props via CSS instead.
<MuuriComponent
dragEnabled={true},
dragEnabled={true}
dragCssProps={{
touchAction: 'pan-y',
userSelect: '',
Expand Down Expand Up @@ -1016,7 +1016,7 @@ var phPool = [];
var phElem = document.createElement('div');

<MuuriComponent
dragEnabled={true},
dragEnabled={true}
dragPlaceholder={{
enabled: true,
duration: 400,
Expand Down

0 comments on commit 5943f23

Please sign in to comment.