Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 666 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 666 Bytes

example-hook

NPM JavaScript Style Guide

Install

npm install --save example-hook

Usage

import React, { Component } from 'react'

import { useMyHook } from 'example-hook'

const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © MedinaGithub


This hook is created using create-react-hook.