Skip to content

Commit 9ce6a94

Browse files
author
dongxingbin
committed
update
1 parent 2cd51e2 commit 9ce6a94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ import CircleProgress from 'react-component-circle-progress';
1212
render(){
1313
return (
1414
<CircleProgress value="A"/>
15+
<CircleProgress value="B"/>
16+
<CircleProgress value="C"/>
17+
<CircleProgress value="D"/>
18+
<CircleProgress value="E"/>
19+
<CircleProgress value=""/>
1520
)
1621
}
1722
18-
```
23+
```

0 commit comments

Comments
 (0)