# kol-progress

<!-- Auto Generated Below -->


## Properties

| Property              | Attribute  | Description                                                                                                        | Type                            | Default     |
| --------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------- | ----------- |
| `_label`              | `_label`   | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string \| undefined`           | `undefined` |
| `_max` _(required)_   | `_max`     | Defines the maximum value of the element.                                                                          | `number`                        | `undefined` |
| `_unit`               | `_unit`    | Defines the unit of the step values (not shown).                                                                   | `string \| undefined`           | `'%'`       |
| `_value` _(required)_ | `_value`   | Defines the value of the element.                                                                                  | `number`                        | `undefined` |
| `_variant`            | `_variant` | Defines which variant should be used for presentation.                                                             | `"bar" \| "cycle" \| undefined` | `undefined` |


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


