UNPKG

cloud-ui.vusion

Version:
24 lines (17 loc) 442 B
# Circular Specific Progress ## Examples ### Basic ```html <u-circular-specific-progress :percent="10"> <div>VCPU</div> </u-circular-specific-progress> ``` ## API ### Attrs/Props | Attr/Prop | Type | Default | Description | | --------- | ---- | ------- | ----------- | | percent | Number | `0` | The percentage of progress | ### Slots | Slot | Description | | ---- | ----------- | | (default) | Hold the text and can contain HTML |