New Year sale. Skyrocket your business in 2025!
Extra 25% off for all sale items + Free CoreUI Icons PRO with every order!
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
Limited-time offer for the first 100 customers in 2025. Use code 2025SKY25 at checkout.
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_ |