Form Templates
Describes the Form.io Form Templating System
What is a template?
Framework Templates
import { Formio } from '@formio/js';
import { bootstrap4 } from '@formio/bootstrap';
// use the Bootstrap 4-based template instead of the default
Formio.use(bootstrap4);Overriding Templates at Runtime
Overriding Specific Templates
Render modes
Last updated
Was this helpful?
