Skip to content

Commit

Permalink
docs: vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
wiidede committed Oct 21, 2023
1 parent d98ff86 commit 4e578f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ generic="T = any, U = number | RangeData\<T>"
| min | number | The minimum value allowed | 0 |
| max | number | The maximum value allowed | 100 |
| step | number | Step | 1 |
| vertical | boolean | Determines if the range is vertical. Note that it will generate new classes like 'm-range-v-xxx' | false |
| addable | boolean | Determines if new data can be added/deleted. This will emit event 'addThumb' | false |
| limit | number | the limit can be add | undefined |
| smooth | boolean | Determines if the thumb(s) should only be displayed on the stop points or not | false |
Expand Down

0 comments on commit 4e578f5

Please sign in to comment.