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