react-hook-smartform

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

Usage no npm install needed!

<script type="module">
  import reactHookSmartform from 'https://cdn.skypack.dev/react-hook-smartform';
</script>

README

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