rsi-react-npm-test
v1.0.0
Published
React-npm test module
Downloads
3
Readme
rsi-react-npm-test
React-npm test module
Install
npm install --save rsi-react-npm-test
Usage
import React, { Component } from 'react'
import MyComponent from 'rsi-react-npm-test'
import 'rsi-react-npm-test/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © jzamss