1.0.0 • Published 4 years ago

gosquared-components-library v1.0.0

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

gosquared-components-library

GoSquared UI Components Library

NPM JavaScript Style Guide

Install

npm install --save gosquared-components-library

Usage

import React, { Component } from 'react'

import MyComponent from 'gosquared-components-library'

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

License

MIT © lastresmoya