Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cc-test2/cc-charts

CodeCraft12MIT2.0.5

Made with create-react-library

readme

cc-charts

Made with create-react-library

NPM JavaScript Style Guide

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