Socket
Socket
Sign inDemoInstall

react-loader-progressbar

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-loader-progressbar

Free NPM package for react loader, spinner, progressbar


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

What is this?

Get React Loader|| ProgressBar with styled components.

Installation

npm install react-loader-progressbar --save

npm install --save styled-components

Components

<CircularLoaderEditable/>
<CircularTimeLoader/>
<CircularEffect/>
<PulseLoader/>
<DoubleCircularLoader/>
<AnimatedProgressBar/>
<PercentProgressBar/>
<LinearProgressBar/>
<LinearProgressBarTwo/>

uses

import CircularLoaderEditable, { CircularEffect, CircularTimeLoader, PulseLoader, DoubleCircularLoader, AnimatedProgressBar, PercentProgressBar, LinearProgressBar, LinearProgressBarTwo } from 'react-loader-progressbar';

 <CircularLoaderEditable color="red" stroke="5px" size="50px" delay="3s" />

Options for props

color: Color of the loader. Default: #00AABB

delay: Animation delay. Default: 3s

size: Size of the loader

margin: Margin of the loader. Default: 0

stroke: Border width of the progress bar. Default: 1px

PercentProgressBar

percent: Percent of the progress bar. Default: 0

fontSize: Font size of the percent. Default: 12px

textColor: Color of the percent. Default: #00AABB

LinearProgressBarTwo

width: Width of the progress bar. Default: 50%

height: Height of the progress bar. Default: 5px

DoubleCircularLoader

borderColor: Color of the border. Default: #00AABB

Keywords

FAQs

Last updated on 20 Feb 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc