Coder Social home page Coder Social logo

ravinrau / react-progressbar-fancy Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 4.0 1.65 MB

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

License: MIT License

JavaScript 13.74% TypeScript 35.39% SCSS 50.87%
typescript scss javascript progressbar animations modern-design neon gradients

react-progressbar-fancy's Introduction

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

fancy-progressbar

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

Name Description
score Progression value of the progressbar. Required.
label Label text of the progressbar. Default: ''
progressWidth The width of the progressbar. Default: ''.
hideText To show only progressbar and remove all text. Default: false.
darkTheme Change the color of the text to black. Default: false.
progressColor Some present gradient colors to choose from. 'red','green','blue','purple'. Default: 'red'.
primaryColor To add custom color for the progressbar. Advice to use both primaryColor and secondaryColor. Default: ''.
secondaryColor To add custom color for the progressbar. Advice to use both primaryColor and secondaryColor. Default: ''.
disableGlow Remove glow effect of the progressbar. Default: false.
className to add extra styles. Default: ''.

Extras

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

react-progressbar-fancy's People

Contributors

ravinrau avatar ravinrau01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.