example-hook

1.0.0 • Public • Published

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 © satansdeer


This hook is created using create-react-hook.

Readme

Keywords

none

Package Sidebar

Install

npm i example-hook

Weekly Downloads

6

Version

1.0.0

License

MIT

Unpacked Size

563 kB

Total Files

22

Last publish

Collaborators

  • satansdeer