1.7.0 • Published 5 years ago

fitsprint-library v1.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

fitsprint-library

Library of comopnents and website for the fitsprint app

NPM JavaScript Style Guide

Install

npm install --save fitsprint-library

Usage

import React, { Component } from 'react'

import MyComponent from 'fitsprint-library'

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

License

MIT © LeonmanRolls