wisemuffin-charts

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save wisemuffin-charts

Usage

import React, { Component } from "react";

import MyComponent from "wisemuffin-charts";
import "wisemuffin-charts/dist/index.css";

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

License

MIT © wisemuffin

Developing

in the /example package.json change to "wisemuffin-charts": "file:.."