Skip to content

Progress bar

Martin Bean edited this page Nov 1, 2021 · 1 revision

Options:

  • animated (boolean, optional)
  • label (boolean, optional)
  • max (integer, optional)
  • min (integer, optional)
  • striped (boolean, optional)
  • value (integer, required)

Examples:

<x-bs::progress :value="50" />
<x-bs::progress animated striped :value="75" />
<x-bs::progress animated label striped :value="75" />
<x-bs::progress :max="5" :min="3" :value="4" />

Clone this wiki locally