进度
用途
Add your progress HTML
Add class="progress" and role="progressbar" to the root. Use one child <span> as the visual indicator.
HTML 结构
<div class="progress" role="progressbar">- Progress root. Set
aria-labeloraria-labelledby, plusaria-valuenow,aria-valuemin, andaria-valuemax. <span style="width: ...">- Visual indicator. Its width should match the current value.
示例
标签
RTL
进展在根或父级上支持dir="rtl"。