wisemuffin-charts

1.0.4 • Public • Published

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:.."

  • make changes
  • spin up the example page and add a grid item
cd ./example && npm start
  • update version in package.json (sem version)
  • commit changes
  • then run npm publish
npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i wisemuffin-charts

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

731 kB

Total Files

7

Last publish

Collaborators

  • wisemuffin