JSPM

  • Created
  • Published
  • Downloads 34759
  • Score
    100M100P100Q155036F
  • License MIT

Bootstrap 3 templates for form.io

Package Exports

  • @formio/bootstrap3
  • @formio/bootstrap3/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@formio/bootstrap3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Form.io Bootstrap 3 Templates

This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Bootstrap 3 framework.

Usage

import bootstrap3 from '@formio/bootstrap3';
import { Formio } from 'formiojs';

Formio.use(bootstrap3);

Script

Formio.Templates.framework = "bootstrap3"

If icon is not show

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
  Formio.icons = "fontawesome"
</script>