1.0.4 • Published 4 years ago

wisemuffin-charts v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago