Skip to content
On this page

progress-circular ​

template ​

html
<bunt-progress-circular size="tiny" />
<bunt-progress-circular size="small" />
<bunt-progress-circular />
<bunt-progress-circular size="big" />
<bunt-progress-circular size="huge" />
<bunt-progress-circular :center="true" size="huge" />
<bunt-progress-circular :page="true" size="huge"/>

style ​

props ​

proptyperequireddefaultdescription
size'normal','tiny','small','big','huge'false'normal'size
centerbooleanfalsefalserender as block and center
pagebooleanfalsefalserender as block and center with margin

slots ​

slotdescription

events ​

eventargsdescription

style mixin parameters ​

has no mixin

Released under the MIT License.