1.1.4 • Published 3 years ago

react-progressbar-fancy v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React-Progressbar-Fancy

A fancy progress bar component, with gradient styling and some amazing animation. You are able to add your own custom gradient colors

Testing

You can check out and play around with the component in codepen https://codesandbox.io/s/summer-flower-i8wni?file=/src/App.js

Installation

Install with npm:

  • npm install react-progressbar-fancy

or yarn:

  • yarn add react-progressbar-fancy

Usage

Import the component with just one line of code

import {ProgressBar} from "react-progressbar-fancy";

Now you can use the component:

<ProgressBar score={25}/>

Props

NameDescription
scoreProgression value of the progressbar. Required.
labelLabel text of the progressbar. Default: ''
progressWidthThe width of the progressbar. Default: ''.
hideTextTo show only progressbar and remove all text. Default: false.
darkThemeChange the color of the text to black. Default: false.
progressColorSome present gradient colors to choose from. 'red','green','blue','purple'. Default: 'red'.
primaryColorTo add custom color for the progressbar. Advice to use both primaryColor and secondaryColor. Default: ''.
secondaryColorTo add custom color for the progressbar. Advice to use both primaryColor and secondaryColor. Default: ''.
disableGlowRemove glow effect of the progressbar. Default: false.
classNameto add extra styles. Default: ''.

Extras

You can take some inspiration for your custom gradient colors from https://uigradients.com/