🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

rc-progress

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
p

rc-progress

progress ui component for react

4.0.0
latest
99

Supply Chain Security

100

Vulnerability

100

Quality

83

Maintenance

100

License

Version published
Weekly downloads
1.9M
11.86%
Maintainers
7
Weekly downloads
 
Created
Issues
33

What is rc-progress?

The rc-progress npm package provides React components for displaying progress information. It supports both line and circle (or pie) progress bars, allowing for customizable colors, sizes, and other properties to visually represent progress in a React application.

What are rc-progress's main functionalities?

Line Progress

This feature allows you to create a linear progress bar. You can customize the percentage of completion, the stroke width, and the color of the progress bar.

import { Line } from 'rc-progress';

<Line percent="70" strokeWidth="4" strokeColor="#D3D3D3" />

Circle Progress

This feature enables the creation of a circular progress bar. Similar to the line progress, you can customize the completion percentage, stroke width, and color.

import { Circle } from 'rc-progress';

<Circle percent="30" strokeWidth="4" strokeColor="#00FF00" />

Other packages similar to rc-progress

FAQs

Package last updated on 22 Mar 2024

Did you know?

Socket

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.

Install

Related posts