tasty-donuts
v1.0.2
Published
>
Downloads
3
Readme
tasty-donuts
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'
/>
)
}
}