aqrojo / lc2

test create-component-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

test create-component-lib


Languages

Language:JavaScript 67.3%Language:HTML 18.0%Language:CSS 13.3%Language:Shell 1.5%