0.1.1 • Published 3 years ago

@findrobbrodie/find-rob-brodie-common v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

find-rob-brodie-common

Component library with for FindRobBrodie apps

NPM JavaScript Style Guide

Install

npm install --save find-rob-brodie-common

Usage

import React, { Component } from 'react'

import MyComponent from 'find-rob-brodie-common'
import 'find-rob-brodie-common/dist/index.css'

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

License

MIT © FindRobBrodie

0.1.1

3 years ago