feat(Slider): add left-button、right-button slot (#8989)

This commit is contained in:
neverland
2021-07-07 16:01:40 +08:00
committed by GitHub
parent a1d95e685c
commit d72c7ddf48
5 changed files with 94 additions and 31 deletions
+5 -3
View File
@@ -174,9 +174,11 @@ export default {
### Slots
| Name | Description |
| ------ | ------------- |
| button | Custom button |
| Name | Description | SlotProps |
| --- | --- | --- |
| button | Custom button | _{ value: number }_ |
| left-button `v3.1.3` | Custom left button in range mode | _{ value: number }_ |
| right-button `v3.1.3` | Custom right button in range mode | _{ value: number }_ |
### CSS Variables