Skip to content
On this page

<TuiProgressBar>

Creates progress bar.

template
<ProgressBar
  :value="50"
  color="green"
  bgColor="white"
  :width="12"
/>

Aliases

<TuiProgressBar> can be also referenced as:

  • <ProgressBar>

Released under the MIT License