README
button-hook
Install
npm install --save button-hook
Usage
import React, { Component } from 'react'
import { useMyHook } from 'button-hook'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
This hook is created using create-react-hook.