tcomb-form-templates-bootstrap

Bootstrap templates for tcomb-form

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
tcomb-form-templates-bootstrap
1020.2.46 years ago8 years agoMinified + gzip package size for tcomb-form-templates-bootstrap in KB

Readme

Default templates used by tcomb-form, so you are not supposed to do a manual setup.
Manual setup
npm install tcomb-form
npm install tcomb-form-templates-bootstrap

import t from 'tcomb-form/lib'
import en from 'tcomb-form/lib/i18n/en'
import templates from 'tcomb-form-templates-bootstrap'

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