r-ui-bg-cs1
v1.0.2
Published
暂无说明
Downloads
2
Readme
r-ui
暂无说明
Install
npm install --save r-ui
Usage
import React, { Component } from 'react'
import MyComponent from 'r-ui'
import 'r-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © cgq001
To get started, in one tab, run:
$ cd r-ui && npm start
And in another tab, run the create-react-app dev server:
$ cd r-ui\example && npm start