leily-first-module
v1.0.7
Published
Made with create-react-library
Downloads
2
Readme
leily-first-module
Made with create-react-library
Install
npm install --save leily-first-module
Usage
import React, { Component } from 'react'
import MyComponent from 'leily-first-module'
import 'leily-first-module/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}