We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9502d commit 2ea3828Copy full SHA for 2ea3828
docs/examples/simple.tsx
@@ -63,6 +63,9 @@ class Example extends React.Component<ProgressProps, any> {
63
<div style={circleContainerStyle}>
64
<Circle percent={percent} strokeWidth={6} strokeLinecap="round" strokeColor={color} />
65
</div>
66
+ <div style={circleContainerStyle}>
67
+ <Circle percent={percent} strokeWidth={6} strokeLinecap="square" strokeColor={color} />
68
+ </div>
69
<p>
70
<button type="button" onClick={this.changeState}>
71
Change State
0 commit comments