/lc2

test create-component-lib

Primary LanguageJavaScript

lemo-lc2

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save lemo-lc2

Usage

import React, { Component } from 'react'

import MyComponent from 'lemo-lc2'
import 'lemo-lc2/dist/index.css'

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

License

MIT © aqrojo