sm-react-weui
v1.0.4
Published
A small and sample UI components based on weui styles and react.
Downloads
33
Maintainers
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