Skip to content

Kirby 3.6.6

Progress

<k-progress>

A simple progress bar that we mostly use it in the upload dialog.

<k-progress :value="10" />

Props

Prop Type Default Description
value
number
Supported values:
0-100
0
Current value of the the progress bar

Methods

Method Parameters Description
set
  • Number value
    new value of the progress bar (0-100)
Update the value

CSS classes

.k-progress