展示进度
在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。
import { HiProgress } from 'hi-kits/progress'
<h-progress value="20"></h-progress>
<h-progress value="60" showtext></h-progress>
<h-progress value="40" color='green' showtext></h-progress> <h-progress value="50" color='red' showtext background="#ffe4bc"></h-progress>
<h-progress value="90" class="auto" color='linear-gradient( 268deg,#fa2c19 0%,#fa3f19 44.59259259%,#fa5919 83.40740741%,#fa6419 100%)'> <span>0.9</span> </h-progress>
Skeleton 骨架屏 PullToRefresh 拉动刷新