mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
docs(range): add range pin CSS custom properties (#19537)
This commit is contained in:

committed by
Brandy Carney

parent
3050e9fe88
commit
aed2dba5aa
@ -881,6 +881,8 @@ ion-range,css-prop,--knob-background
|
||||
ion-range,css-prop,--knob-border-radius
|
||||
ion-range,css-prop,--knob-box-shadow
|
||||
ion-range,css-prop,--knob-size
|
||||
ion-range,css-prop,--pin-background
|
||||
ion-range,css-prop,--pin-color
|
||||
|
||||
ion-refresher,none
|
||||
ion-refresher,prop,closeDuration,string,'280ms',false,false
|
||||
|
@ -14,6 +14,8 @@
|
||||
* @prop --knob-border-radius: Border radius of the range knob
|
||||
* @prop --knob-box-shadow: Box shadow of the range knob
|
||||
* @prop --knob-size: Size of the range knob
|
||||
* @prop --pin-background: Background of the range pin
|
||||
* @prop --pin-color: Color of the range pin
|
||||
*/
|
||||
--knob-handle-size: calc(var(--knob-size) * 2);
|
||||
|
||||
|
@ -233,6 +233,8 @@ export default {
|
||||
| `--knob-border-radius` | Border radius of the range knob |
|
||||
| `--knob-box-shadow` | Box shadow of the range knob |
|
||||
| `--knob-size` | Size of the range knob |
|
||||
| `--pin-background` | Background of the range pin |
|
||||
| `--pin-color` | Color of the range pin |
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
Reference in New Issue
Block a user