test-lib-yz
v1.0.3
Published
Made with create-react-library
Downloads
2
Readme
mod
Made with create-react-library
Install
npm install --save mod
Usage
import React, { Component } from 'react'
import MyComponent from 'mod'
import 'mod/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © zheyujie