@cc-test2/cc-charts
v2.0.5
Published
Made with create-react-library
Downloads
3
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