Slider Widget
The slider widget provides a linear slider selection. It may be used stand-alone or as part of a form.

Configurable components
| Name | Description |
|---|---|
| card | Background button card component |
| primary | Button component |
Widget Properties
| Class Name | Description |
|---|---|
| form | Name of the form to submit to. |
| label | Radio label text |
| min | The minimum value of the slider |
| max | The maximum value of the slider |
| value | The initial slider value |
CSS Properties
These CSS properties configure the underlying slider component.
| Element | CSS Property | Description |
|---|---|---|
| background | Background color of the slider | |
| --v-density | Set to compact, default or comfortable. | |
| --v-ripple | Set to enable the ripple effect. | |
| --v-density | Set to compact, default or comfortable. | |
| --v-ripple | Set to enable the ripple effect. | |
| card | background | Background color of the card |
