progress circle demo
parent
0e28e52af4
commit
4ed91c35e1
@ -0,0 +1,19 @@
|
||||
# Circle 用法
|
||||
|
||||
- order: 0
|
||||
|
||||
Progress Circle用法
|
||||
|
||||
---
|
||||
|
||||
````jsx
|
||||
var Circle = antd.Progress.Circle;
|
||||
|
||||
React.render(
|
||||
<div>
|
||||
<Circle percent="30" width="200" strokeWidth="4" />
|
||||
<Circle percent="70" width="200" strokeWidth="4" status="exception" />
|
||||
<Circle percent="100" width="200" strokeWidth="4" />
|
||||
</div>
|
||||
, document.getElementById('components-progress-demo-circle'));
|
||||
````
|
Loading…
Reference in New Issue