Slider
Properties
Property | Description | Type | Required |
---|---|---|---|
value | The default value | number | Yes |
unit | The unit of the value | String | Yes |
min | The minimum value | number | No |
max | The maximum value | number | No |
And all the common properties for all components.
Example
{
category: 'conditions',
type: 'slider',
propName: 'slider',
label: 'Slider',
unit: 'px',
min: 5,
max: 79,
value: 10,
}
Will render: