cloud-ui.vusion
Version:
Vusion Cloud UI
22 lines (15 loc) • 395 B
Markdown
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 |