1.0.0 • Published 4 years ago

@tlacuachebo/easy-form-hook v1.0.0

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

easy-form-hook

NPM JavaScript Style Guide

Install

npm install --save easy-form-hook

Usage

import * as React from 'react'

import { useMyHook } from 'easy-form-hook'

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

License

MIT © Mayela-Madrid


This hook is created using create-react-hook.

1.0.0

4 years ago