r-comp
v0.1.0
Published
This project was bootstrapped with [r-comp](https://github.com/tannguyen208/r-comp).
Downloads
2
Readme
This project was bootstrapped with r-comp.
📦 Install
npm install r-comp --save🔨 Usage
import { Button } from "r-comp";
ReactDOM.render(<Button />, mountNode);⌨️ Development
$ git clone [email protected]:tanguyen208/r-comp.git
$ cd r-comp
$ npm install
$ npm start