How to use @formio/bootstrap3 - 1 common examples

To help you get started, we’ve selected a few @formio/bootstrap3 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github formio / formio.js / src / templates / index.js View on Github external
import bootstrap from './bootstrap';

// Deprecated. Semantic and bootstrap3 will be removed in 5.x.
// Use external modules instead.
import bootstrap3 from '@formio/bootstrap3';
import semantic from '@formio/semantic';
export default {
  bootstrap,
  bootstrap3: bootstrap3.templates.bootstrap3,
  semantic: semantic.templates.semantic,
};

@formio/bootstrap3

Bootstrap 3 templates for form.io

MIT
Latest version published 11 months ago

Package Health Score

74 / 100
Full package analysis

Popular @formio/bootstrap3 functions