On this page
Loading...
| name | description | type | default |
| ---- | ----------- | ---- | ------- |
| `max` | Specifies the maximum value for the component. | `number` | _100_ |
| `min` | Specifies the minimum value for the component. | `number` | _0_ |
| `steps` | Specifies the interval between legal numbers in the component. | `number` |_1_|
| `type` | Specifies the html type of input element. | `range` |__required__|
| `value` | The value attribute of the input. | `number` | _(max-min)/2_ |
| `disabled` | Toggle the disabled state for the component. | `boolean` | _false_ |