# kol-meter

<!-- Auto Generated Below -->


## Properties

| Property              | Attribute      | Description                                                                                                                                                                                                                                                                                                                                                                                                                           | Type                         | Default        |
| --------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------------- |
| `_high`               | `_high`        | From this value to the max value is the high range of the meter. Below this value is the middle range.                                                                                                                                                                                                                                                                                                                                | `number \| undefined`        | `undefined`    |
| `_label` _(required)_ | `_label`       | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.).                                                                                                                                                                                                                                                                                                                    | `string`                     | `undefined`    |
| `_low`                | `_low`         | From this value to the min value is the low range of the meter. Above this value is the middle range.                                                                                                                                                                                                                                                                                                                                 | `number \| undefined`        | `undefined`    |
| `_max`                | `_max`         | Defines the maximum value of the element. Default like native component.                                                                                                                                                                                                                                                                                                                                                              | `number`                     | `1`            |
| `_min`                | `_min`         | Defines the minimum value of the element. Default like native component.                                                                                                                                                                                                                                                                                                                                                              | `number`                     | `0`            |
| `_optimum`            | `_optimum`     | Indicates the optimal range of the element. If this lies in the high range, the high range will be optimum, the middle range will be suboptimum and the low range will be critical. If this lies in the low range, the low range will be optimum, the middle range will be suboptimum and the high range will be critical. If this lies in the middle range, both low and high range will be suboptimum and nothing will be critical. | `number \| undefined`        | `undefined`    |
| `_orientation`        | `_orientation` | Defines whether the meter bar is displayed horizontally or vertically.                                                                                                                                                                                                                                                                                                                                                                | `"horizontal" \| "vertical"` | `'horizontal'` |
| `_unit`               | `_unit`        | Defines the unit of the value.                                                                                                                                                                                                                                                                                                                                                                                                        | `string`                     | `'%'`          |
| `_value` _(required)_ | `_value`       | Defines the value of the element. Is capped between min and max.                                                                                                                                                                                                                                                                                                                                                                      | `number`                     | `undefined`    |


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


