univariate-piechart

SVG-based pie chart React component

Usage no npm install needed!

<script type="module">
  import univariatePiechart from 'https://cdn.skypack.dev/univariate-piechart';
</script>

README

univariate-piechart

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save univariate-piechart

Usage

import React, { Component } from 'react'

import MyComponent from 'univariate-piechart'
import 'univariate-piechart/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © hackersupreme