# certara-slider



<!-- Auto Generated Below -->


## Properties

| Property   | Attribute   | Description                                                            | Type      | Default     |
| ---------- | ----------- | ---------------------------------------------------------------------- | --------- | ----------- |
| `disabled` | `disabled`  | Whether the slider is disabled                                         | `boolean` | `undefined` |
| `label`    | `label`     | Accessible label for the slider                                        | `string`  | `undefined` |
| `max`      | `max`       | The maximum value of the slider                                        | `string`  | `'100'`     |
| `min`      | `min`       | The minimum value of the slider                                        | `string`  | `'0'`       |
| `sliderId` | `slider-id` | Custom ID for the slider label (used for aria-labelledby relationship) | `string`  | `undefined` |
| `step`     | `step`      | The step value of the slider                                           | `number`  | `undefined` |
| `value`    | `value`     | The value of the slider                                                | `number`  | `0`         |


## Events

| Event           | Description                                | Type               |
| --------------- | ------------------------------------------ | ------------------ |
| `certaraChange` | Event emitted when the value changes       | `CustomEvent<any>` |
| `certaraInput`  | Event emitted when the input value changes | `CustomEvent<any>` |


----------------------------------------------


