UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

20 lines (11 loc) 1.55 kB
# 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 at which value the progress display is completed. | `number` | `undefined` | | `_unit` | `_unit` | Defines the unit of the step values (not shown). | `string` \| `undefined` | `'%'` | | `_value` _(required)_ | `_value` | Defines the progress. | `number` | `undefined` | | `_variant` | `_variant` | Defines which variant should be used for presentation. | `"bar"` \| `"cycle"` \| `undefined` | `undefined` | ----------------------------------------------