cc-react-charts
v1.0.9
Published
Made with create-react-library
Downloads
13
Readme
cc-charts
Made with create-react-library
Install
npm install --save cc-charts
Usage
import React, { Component } from 'react'
import MyComponent from 'cc-charts'
import 'cc-charts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © CodeCraft