ter-form

An incredible tools for make a form (only for ReactJS)

Usage no npm install needed!

<script type="module">
  import terForm from 'https://cdn.skypack.dev/ter-form';
</script>

README

TER Form

An incredible tools for make a form (only for ReactJS)

Quick start

  • Install library
npm install ter-form --save
# or
yarn add ter-form
  • Bootstrap it in App.js or some config file
import { TERForm } from './form';

TERForm.bootstrap();