1.0.2 • Published 4 years ago

tasty-donuts v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

tasty-donuts

NPM JavaScript Style Guide

Demo Page

You can find a demo Here

Install

npm install --save tasty-donuts

Usage

import React, { Component } from 'react'

import TastyDonut from 'tasty-donuts'

class Example extends Component {
  render () {
    return (
      <TastyDonut
          stepNumber={10}
          gap={5}
          completed={7}
          type='percentage'
        />
    )
  }
}

Demo Donut

License

MIT ©