mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
96b10f1f39
commit
c2f8fc942a
@ -52,8 +52,8 @@ const percentage = 60;
|
||||
```jsx
|
||||
<CircularProgressbar
|
||||
percentage={percentage}
|
||||
className={customClassForPercentage()} // calls function
|
||||
text={customTextForPercentage()} // calls function
|
||||
className={customClassForPercentage(percentage)} // call function directly
|
||||
text={customTextForPercentage(percentage)} // call function directly
|
||||
/>
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user