1
0
Fork 0
freesewing/packages/workbench
2019-04-19 08:58:45 +02:00
..
example 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
src 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
.babelrc 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
.editorconfig 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
.eslintrc 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
.gitignore 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
.travis.yml 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
LICENSE 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
package.json chore(release): publish 2019-04-19 08:58:45 +02:00
README.md 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00
rollup.config.js 🚚 Post lerna init and import of packages 2019-04-19 08:37:33 +02:00

workbench

A React component to facilitate freesewing pattern design

NPM JavaScript Style Guide

Install

npm install --save workbench

Usage

import React, { Component } from 'react'

import MyComponent from 'workbench'

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

License

MIT © freesewing