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