styled-charts
v1.0.2
Published
A React Charts library
Downloads
1
Readme
react-charts
A React Charts library
Install
npm install --save styled-charts
Usage
import React, { Component } from 'react'
import AwesomeLineChart from 'react-charts'
import 'styled-charts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © LaghzaliTaha