Skip to content

ankitpatelinitio/react-progressbar

Repository files navigation

my-test-react-component V1.53.0

Version License: ISC

This npm is used to generate progressbar based on percentage

Installation

npm i my-test-react-component

Using with React

import React from "react";
import ProgressBar from "my-test-react-component";

export default class progressbar extends React.Component {
  render() {
    return (
      <div>
        <ProgressBar
          percentage="88"
          progressSelectedColor="#732272"
          progessDeSelectedColor="#B1A9B1"
          progressTextSize="20px"
          progressTextColor="#110E13"
          progressBgColor="#EEE6F2"
        />
        <ProgressBar
          percentage="75"
          progressSelectedColor="#1A4097"
          progessDeSelectedColor="#acacac"
          progressTextSize="20px"
          progressTextColor="#1A4097"
          progressBgColor="#FFF"
        />
      </div>
    );
  }
}

Run

npm start

Author

👤 Ankit

Show your support

Give a ⭐️ if this project helped you!


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published