This repository is now considered legacy and no longer supported. Please take a look at our recent repositories and help documentation at the following links.
- https://help.form.io
- https://github.com/formio/formio.js
- https://github.com/formio/formio
- https://github.com/formio/react
- https://github.com/formio/angular
- https://github.com/formio/vue
This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Bulma framework.
import bulma from '@formio/bulma';
import { Formio } from 'formiojs';
Formio.use(bulma);