1.0.0 • Published 4 years ago

sharp-hooks v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

sharp-hooks

NPM JavaScript Style Guide

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.

1.0.0

4 years ago