libtest123
v1.0.3
Published
Made with create-react-library
Downloads
23
Readme
library
Made with create-react-library
Install
npm install --save libraryUsage
import React, { Component } from 'react'
import MyComponent from 'library'
import 'library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © ocrybit
