ey-ui-mobile
v1.0.0
Published
react mobile ui h5
Downloads
2
Readme
ey-ui-mobile
react mobile ui h5
Install
npm install --save ey-ui-mobile
Usage
import React, { Component } from 'react'
import MyComponent from 'ey-ui-mobile'
import 'ey-ui-mobile/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © dothyql