README
armadillo-chart
armadillo chart as PoC
Install
npm install --save armadillo-chart
Usage
import React, { Component } from 'react'
import MyComponent from 'armadillo-chart'
import 'armadillo-chart/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © collings22