2.1.0 • Published 5 years ago
rsgui v2.1.0
rsg-ui-ts
Made with create-react-library
Install
npm install --save rsg-ui-ts
Usage
import React, { Component } from 'react'
import MyComponent from 'rsg-ui-ts'
import 'rsg-ui-ts/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © RealSGII2