@opencitylabs/bootstrap-italia
TypeScript icon, indicating that this package has built-in type declarations

0.3.4 • Public • Published

Form.io Bootstrap Templates

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

Using Bootstrap Italia

import bootstrapItalia from '@formio/bootstrap/bootstrapItalia';
import { Formio } from 'formiojs';
Formio.use(bootstrapItalia);

Script

Formio.Templates.framework = "bootstrapItalia"

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>

Package Sidebar

Install

npm i @opencitylabs/bootstrap-italia

Weekly Downloads

195

Version

0.3.4

License

MIT

Unpacked Size

1.08 MB

Total Files

1550

Last publish

Collaborators

  • opencitylabs