README
sm-react-weui
A small and sample UI components based on weui styles and react.
Install
npm install --save sm-react-weui
Usage
import React, { Component } from 'react'
import MyComponent from 'sm-react-weui'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © FiShelly