@jjordy/use-form
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

use-form

React Hooks - Simple Form usage

NPM JavaScript Style Guide

Install

npm install --save use-form

Usage

import * as React from 'react'

import MyComponent from 'use-form'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © jjordy

Readme

Keywords

none

Package Sidebar

Install

npm i @jjordy/use-form

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

199 kB

Total Files

9

Last publish

Collaborators

  • jjordy