0.1.12 • Published 5 years ago

@ter-form/form v0.1.12

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

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();