Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 276 Bytes

File metadata and controls

15 lines (12 loc) · 276 Bytes

Setup

npm install tcomb-form
npm install tcomb-form-templates-semantic
import t from 'tcomb-form/lib'
import en from 'tcomb-form/lib/i18n/en'
import templates from 'tcomb-form-templates-semantic'

t.form.Form.i18n = en
t.form.Form.templates = templates