Bootstrap 3 templates for form.io
npm install @formio/bootstrap3This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Bootstrap 3 framework.
``javascript
import bootstrap3 from '@formio/bootstrap3';
import { Formio } from 'formiojs';
Formio.use(bootstrap3);
`Script
`javascript`
Formio.Templates.framework = "bootstrap3"
If icon is not show
`javascript``