Skip to content

pantoken / renderers/web-components/src / progress

Variable: progress

const progress: ElementDefinition

Alpha

<instui-progress> — a horizontal progress bar with role="progressbar". value (0–100, clamped) sets the fill width; variant maps the bar to -color-<variant>.

Example

html
<instui-progress value="60" variant="success"></instui-progress>