mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
5 lines
206 B
C#
5 lines
206 B
C#
<div>
|
|
<Progress Percent=60 SuccessPercent=30 />
|
|
<Progress Percent=60 SuccessPercent=30 Type=ProgressType.Circle />
|
|
<Progress Percent=60 SuccessPercent=30 Type=ProgressType.Dashboard />
|
|
</div> |