react-complete-form-hooks
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.5 • Public • Published

react-complete-form-hooks

React custom hooks for building forms with React

NPM JavaScript Style Guide

Install

npm install --save react-complete-form-hooks

Usage

import * as React from 'react'

import MyComponent from 'react-complete-form-hooks'

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

License

MIT © mradiant

Readme

Keywords

none

Package Sidebar

Install

npm i react-complete-form-hooks

Weekly Downloads

1

Version

1.0.0-beta.5

License

MIT

Unpacked Size

60.4 kB

Total Files

13

Last publish

Collaborators

  • mradiant