UNPKG

cloud-ui.vusion

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