Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 669 Bytes

Readme.md

File metadata and controls

20 lines (15 loc) · 669 Bytes

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.

Form.io Bulma Templates

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

Usage

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

Formio.use(bulma);