fitsprint-library
v1.7.0
Published
Library of comopnents and website for the fitsprint app
Readme
fitsprint-library
Library of comopnents and website for the fitsprint app
Install
npm install --save fitsprint-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'fitsprint-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © LeonmanRolls
