1.1.1 • Published 6 years ago

@cratebind/react-components v1.1.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

cratebind-react-library

NPM JavaScript Style Guide

Install

npm install --save @cratebind/react-components
# OR
yarn add @cratebind/react-components

Usage

import * as React from 'react'

import MyComponent from 'cratebind-react-library'

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

License

MIT © cratebind