Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 662 Bytes

File metadata and controls

31 lines (21 loc) · 662 Bytes

@cratebind/react-components

Common React Utilites for Cratebind

NPM JavaScript Style Guide

Install

npm install --save @cratebind/react-components

Usage

import * as React from 'react'

import MyComponent from '@cratebind/react-components'

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

License

MIT © mattfwood