sys-react-lib
v1.0.1-i
Published
Made with create-react-library
Downloads
3
Readme
sys-lib
Made with create-react-library
Install
npm install --save sys-lib
Usage
import React, { Component } from 'react'
import MyComponent from 'sys-lib'
import 'sys-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © programmingashram