mom-and-pop-hooks
v1.0.0
Published
Hooks used for all Mom and Pop apps
Downloads
5
Readme
mom-and-pop-hooks
Hooks used for all Mom and Pop apps
Install
npm install --save mom-and-pop-hooks
Usage
import React, { Component } from 'react'
import MyComponent from 'mom-and-pop-hooks'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © magicjedi90