@huzan/hz-react-tools
v3.3.0
Published
## Install
Downloads
33
Readme
hz-xxx
Install
npm install --save @huzan/hz-xxx
Usage
import React, {Component} from 'react'
import MyComponent from '@huzan/hz-xxx'
import '@huzan/hz-xxx/style'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © LeoHuiyi