Skip to content
On this page

Progress 进度条

常规用法

通过设置value属性的值来设置进度

html
<ivy-progress value="70"></ivy-progress>

设置进度条的颜色

通过设置color属性的值来设置进度条的颜色

 
html
<ivy-progress value="70"></ivy-progress>
<ivy-progress value="70" color="red"></ivy-progress>

设置进度条的粗细

通过设置size属性的值来设置进度条的大小-默认:10单位:px

 
html
<ivy-progress value="70"></ivy-progress>
<ivy-progress value="70" size="15"></ivy-progress>

MIT Licensed