@room-match/shared-ui-components

v1.0.17

Published

Made with create-react-library

Downloads

590

Readme

shared-ui-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save shared-ui-components

Usage

import React, { Component } from 'react'

import MyComponent from 'shared-ui-components'
import 'shared-ui-components/dist/index.css'

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

License

MIT © kcam031892