Provides some react common classes and utilities.
$ npm install --save wasabi-react-common
import Component from "wasabi-react-common";
export default class ExampleComponent extends Component<> {
render(){
return (
<div>This is a example React Component </div>
)
}
}
- Contribute Project
$ git clone https://github.com/wasabi-io/wasabi-react-common.git`
$ cd wasabi-react-common
$ npm install
- run test
$ npm test
- run coverage
$ npm run coverage
- export docs
$ npm run docs
- build code as javascript (common-js)
$ npm build