mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
docs(components): [slider] update size attributes (#8795)
This commit is contained in:
parent
3dca453cc0
commit
678fc5cdf2
@ -92,7 +92,7 @@ slider/show-marks
|
||||
| step | step size | number | — | 1 |
|
||||
| show-input | whether to display an input box, works when `range` is false | boolean | — | false |
|
||||
| show-input-controls | whether to display control buttons when `show-input` is true | boolean | — | true |
|
||||
| size | size of the slider | string | large / default / small | default |
|
||||
| size | size of the slider wrapper, will not work in vertical mode | string | large / default / small | default |
|
||||
| input-size | size of the input box, when set `size`, the default is the value of `size` | string | large / default / small | default |
|
||||
| show-stops | whether to display breakpoints | boolean | — | false |
|
||||
| show-tooltip | whether to display tooltip value | boolean | — | true |
|
||||
|
Loading…
Reference in New Issue
Block a user