custom-linechart-comp

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import customLinechartComp from 'https://cdn.skypack.dev/custom-linechart-comp';
</script>

README

custom-linechart-comp

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custom-linechart-comp

Usage

import React, { Component } from 'react'

import MyComponent from 'custom-linechart-comp'
import 'custom-linechart-comp/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

©