You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ref | No | <code>let</code> | Yes | <code>null | HTMLDivElement</code> | <code>null</code> | Obtain a reference to the HTML element |
3491
-
| value | No | <code>let</code> | Yes | <code>number</code> | <code>0</code> | Specify the value of the slider |
3492
-
| max | No | <code>let</code> | No | <code>number</code> | <code>100</code> | Set the maximum slider value |
3493
-
| maxLabel | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label for the max value |
3494
-
| min | No | <code>let</code> | No | <code>number</code> | <code>0</code> | Set the minimum slider value |
3495
-
| minLabel | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label for the min value |
3496
-
| step | No | <code>let</code> | No | <code>number</code> | <code>1</code> | Set the step value |
3497
-
| stepMultiplier | No | <code>let</code> | No | <code>number</code> | <code>4</code> | Set the step multiplier value |
3498
-
| required | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to require a value |
3499
-
| inputType | No | <code>let</code> | No | <code>string</code> | <code>"number"</code> | Specify the input type |
3500
-
| disabled | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the slider |
3501
-
| light | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
3502
-
| hideTextInput | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to hide the text input |
3503
-
| fullWidth | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` for the slider to span<br />the full width of its containing element. |
3504
-
| id | No | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the slider div element |
3505
-
| invalid | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to indicate an invalid state |
3506
-
| labelText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label text |
3507
-
| name | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Set a name for the slider element |
3488
+
| Prop name | Required | Kind | Reactive | Type | Default value | Description |
| ref | No | <code>let</code> | Yes | <code>null | HTMLDivElement</code> | <code>null</code> | Obtain a reference to the HTML element |
3491
+
| value | No | <code>let</code> | Yes | <code>number</code> | <code>0</code> | Specify the value of the slider |
3492
+
| max | No | <code>let</code> | No | <code>number</code> | <code>100</code> | Set the maximum slider value |
3493
+
| maxLabel | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label for the max value |
3494
+
| min | No | <code>let</code> | No | <code>number</code> | <code>0</code> | Set the minimum slider value |
3495
+
| minLabel | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label for the min value |
3496
+
| step | No | <code>let</code> | No | <code>number</code> | <code>1</code> | Set the step value |
3497
+
| stepMultiplier | No | <code>let</code> | No | <code>number</code> | <code>4</code> | Set the step multiplier value |
3498
+
| required | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to require a value |
3499
+
| inputType | No | <code>let</code> | No | <code>string</code> | <code>"number"</code> | Specify the input type |
3500
+
| disabled | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to disable the slider |
3501
+
| light | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to enable the light variant |
3502
+
| hideTextInput | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to hide the text input |
3503
+
| fullWidth | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` for the slider to span<br />the full width of its containing element. |
3504
+
| id | No | <code>let</code> | No | <code>string</code> | <code>"ccs-" + Math.random().toString(36)</code> | Set an id for the slider div element |
3505
+
| invalid | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to indicate an invalid state |
3506
+
| labelText | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Specify the label text.<br />Alternatively, use the "labelText" slot (e.g., <span slot="labelText">...</span>) |
3507
+
| hideLabel | No | <code>let</code> | No | <code>boolean</code> | <code>false</code> | Set to `true` to visually hide the label text |
3508
+
| name | No | <code>let</code> | No | <code>string</code> | <code>""</code> | Set a name for the slider element |
0 commit comments