File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div align =" center " >
22 <h1 >@rc-component/progress</h1 >
3+ <p ><sub >Part of the Ant Design ecosystem.</sub ></p >
34 <p >📊 Lightweight React line and circle progress indicators with SVG rendering.</p >
4-
5- <p >
6- <a href="https://ant.design">
7- <img width="32" height="32" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" alt="Ant Design" />
8- </a>
9- </p >
105 <p >
116 Part of the <a href="https://ant.design">Ant Design</a> ecosystem
127 </p >
2116 </p >
2217</div >
2318
24- <p align =" center " >
25- <sub >
26- <a href="https://ant.design">
27- <img alt="Ant Design" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" height="16">
28- </a>
29- Part of the Ant Design ecosystem.
30- </sub >
31- </p >
3219
3320## Highlights
3421
@@ -47,8 +34,6 @@ npm install @rc-component/progress
4734
4835``` tsx | pure
4936import { Circle , Line } from ' @rc-component/progress' ;
50- import React from ' react' ;
51-
5237export default () => (
5338 <>
5439 <Line percent = { 42 } strokeWidth = { 4 } strokeColor = " #1677ff" />
@@ -59,8 +44,6 @@ export default () => (
5944
6045``` tsx | pure
6146import { Circle } from ' @rc-component/progress' ;
62- import React from ' react' ;
63-
6447export default () => (
6548 <Circle
6649 percent = { [30 , 20 , 10 ]}
You can’t perform that action at this time.
0 commit comments