sharp-hooks
v1.0.0
Published
>
Downloads
2
Readme
sharp-hooks
Install
npm install --save sharp-hooks
Usage
import React, { Component } from 'react'
import { useMyHook } from 'sharp-hooks'
const Example = () => {
const example = useMyHook()
return (
<div>{example}</div>
)
}
License
MIT © edwardwang0302
This hook is created using create-react-hook.