
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
react-gradient-progress
Advanced tools
Simple and light circular progressbar in react with a gradient
Simple and light circular progressbar with gradient

Using npm
npm i -s react-gradient-progress
import {CircleProgress} from 'react-gradient-progress'
<CircleProgress percentage={90} />
| Name | Description |
|---|---|
percentage | Percentage progress. Required. |
width | Width of the progressbar container in px. Default: 200. |
strokeWidth | The stroke width of the progress bar. Default: 5. |
strokeLinecap | Stroke linecap type. Default: 'round'. Accepted values: 'butt', 'round', 'square' |
fontSize | The size of the percentage text. Default: '30px'. |
fontColor | The color of the font. Default: 'inherit'. |
fontFamily | Font family. Default: inherit. |
primaryColor | The Gradient color. Should be an array of size 2. Default: ['#00BBFF', '#92d7f1']. |
secondaryColor | The color of the uncovered percentage. Default: 'transparent'. |
fill | Color to fill in the progressbar. Default: 'transparent'. |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
Simple and light circular progressbar in react with a gradient
The npm package react-gradient-progress receives a total of 1,288 weekly downloads. As such, react-gradient-progress popularity was classified as popular.
We found that react-gradient-progress demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.