feat(Slider): add button-size prop
This commit is contained in:
@@ -103,6 +103,7 @@ export default {
|
||||
| min | Min value | *number* | `0` |
|
||||
| step | Step size | *number* | `1` |
|
||||
| bar-height | Height of bar | *string \| number* | `2px` |
|
||||
| button-size `v2.4.5` | Button size | *string \| number* | `24px` |
|
||||
| active-color | Active color of bar | *string* | `#1989fa` |
|
||||
| inactive-color | Inactive color of bar | *string* | `#e5e5e5` |
|
||||
| disabled | Whether to disable slider | *boolean* | `false` |
|
||||
|
||||
Reference in New Issue
Block a user