rsgui
v2.1.0
Published
A UI
Readme
rsg-ui-ts
Made with create-react-library
Install
npm install --save rsg-ui-tsUsage
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
