react-hook-smartform

7.2.4 • Public • Published

react-hook-smartform

Tiny abstraction layer to simplify working with react-form-hook

NPM JavaScript Style Guide

Install

npm install --save react-hook-smartform

Usage

import React, { Component } from 'react'

import MyComponent from 'react-hook-smartform'
import 'react-hook-smartform/dist/index.css'

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

License

MIT © jgullstr

Readme

Keywords

none

Package Sidebar

Install

npm i react-hook-smartform

Weekly Downloads

4

Version

7.2.4

License

MIT

Unpacked Size

48.6 kB

Total Files

6

Last publish

Collaborators

  • jgullstr