Skip to content

Commit 2ea3828

Browse files
committed
chore: update demo
1 parent bd9502d commit 2ea3828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/examples/simple.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ class Example extends React.Component<ProgressProps, any> {
6363
<div style={circleContainerStyle}>
6464
<Circle percent={percent} strokeWidth={6} strokeLinecap="round" strokeColor={color} />
6565
</div>
66+
<div style={circleContainerStyle}>
67+
<Circle percent={percent} strokeWidth={6} strokeLinecap="square" strokeColor={color} />
68+
</div>
6669
<p>
6770
<button type="button" onClick={this.changeState}>
6871
Change State

0 commit comments

Comments
 (0)