The Form.io Standard Template
An easier way to customize your forms' look and feel.
Getting Started
npm install @formio/standard-templateimport { Formio } from '@formio/js';
import { standardTemplate, BOOTSTRAP_EXAMPLE } from '@formio/standard-template';
Formio.use(standardTemplate(BOOTSTRAP_EXAMPLE));
Formio.createForm(document.getElementById('formio'), 'https://examples.form.io/example');How It Works
Last updated
Was this helpful?
