mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
294 B
294 B
Custom Indicator
You can custom the indicator.
<n-progress
type="circle"
:percentage="20"
>
<span style="text-align: center;">20% is small</span>
</n-progress>
<n-progress
type="line"
status="success"
:percentage="20"
>
Don't put too much content here.
</n-progress>