0.1.12 • Published 5 years ago
@ter-form/form v0.1.12
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();