1.0.2 • Published 4 years ago

roy-progress-bar v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

r-progress

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save r-progress

Usage

import React, { Component } from 'react'

import {Progress} from 'roy-progress-bar'
import 'roy-progress-bar/dist/index.css'

class Example extends Component {
  render() {
    return 
    <Progress 
    value="" 
    textcolor="" // Give hex value for color of the text
    bgcolor="" /> // Give  hex value for progress bar color
  }
}

License

MIT ©

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago