mf-test-hook

1.0.0 • Public • Published

mf-test-hook

Sample description of my sample custom hook

NPM JavaScript Style Guide

Install

npm install --save mf-test-hook

Usage

import React, { Component } from 'react'
 
import { useMyHook } from 'mf-test-hook'
 
const Example = () => {
  const example = useMyHook()
  return (
    <div>{example}</div>
  )
}

License

MIT © pkjc


This hook is created using create-react-hook.

Readme

Keywords

none

Package Sidebar

Install

npm i mf-test-hook

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

1.37 MB

Total Files

22

Last publish

Collaborators

  • pkjc