react_pie_progress

1.0.0 • Public • Published

pie_progress

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save pie_progress

Usage

import React, { Component } from 'react'

import PieProgress from 'pie_progress'
import 'pie_progress/dist/index.css'

class Example extends Component {
  render() {
    return <PieProgress rotation={160} backColor="#fff" forColor="#ff0000" />
  }
}

License

MIT © k2288

/react_pie_progress/

    Package Sidebar

    Install

    npm i react_pie_progress

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    7

    Last publish

    Collaborators

    • k22