1.0.2 • Published 4 years ago

r-ui-bg-cs1 v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

r-ui

暂无说明

NPM JavaScript Style Guide

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
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago