mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
tweak demo style
This commit is contained in:
parent
79ca01a47e
commit
66c5a41ac6
@ -67,6 +67,11 @@ function Demo() {
|
||||
textForPercentage={(percentage: number) => {
|
||||
return percentage === 100 ? `${percentage}!!` : `${percentage}...`;
|
||||
}}
|
||||
stylesForPercentage={(percentage: number) => {
|
||||
return buildStyles({
|
||||
strokeLinecap: 'butt',
|
||||
});
|
||||
}}
|
||||
/>
|
||||
</Example>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user