Skip to content

Commit b4240ce

Browse files
authored
Add vertical prop to readme (ptomasroos#178)
1 parent a068029 commit b4240ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Feel free to contribute to this part of the documentation.
9696
| onToggleTwo | undefined | function callback | Listener when second cursor toggles. |
9797
| allowOverlap | false | boolean | Allow the overlap within the cursors. |
9898
| snapped | false | boolean | Use this when you want a fixed position for your markers, this will split the slider in N specific positions |
99+
| vertical | false | boolean | Use vertical orientation instead of horizontal. |
99100
| markerOffsetX | 0 | number | Offset first cursor. |
100101
| markerOffsetY | 0 | number | Offset second cursor. |
101102
| minMarkerOverlapDistance | 0 | number | if this is > 0 and allowOverlap is false, this value will determine the closest two markers can come to each other. This can be used for cases where you have two markers large cursors and you don't want them to overlap. Note that markers will still overlap at the start if starting values are too near. |

0 commit comments

Comments
 (0)