tone | neutral | primary | secondary | tertiary | error | neutral | Sets the progress color and thumb contrast. |
size | xs | sm | md | lg | xl | md | Scales the thumb and track height. |
markers | boolean | false | Draws built-in step markers derived from min, max, and step. |
tooltip | boolean | false | Shows a built-in value tooltip while the slider has focus. |
disabled | boolean | false | Disables the inner native range input. |
label | string | '' | Fallback text for the label slot above the control. |
description | string | '' | Fallback text for the description slot below the control. |
references | string | '' | Pipe-separated fallback text for the reference slot, for example Low|Medium|High. |
value | string | 50 | Current range value mirrored through the host value property. |
min | string | 0 | Native minimum value. |
max | string | 100 | Native maximum value. |
step | string | 1 | Native step size. |