This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with Bootstrap 3 and Bootstrap 4 framework.
importbootstrap3from'@formio/bootstrap/bootstrap3';import{Formio}from'formiojs';Formio.use(bootstrap3);importbootstrap4from'@formio/bootstrap/bootstrap4';import{Formio}from'formiojs';Formio.use(bootstrap4);importbootstrap5from'@formio/bootstrap/bootstrap5';import{Formio}from'formiojs';Formio.use(bootstrap5);Formio.Templates.framework="bootstrap3"If icon is not show
<linkrel="stylesheet"href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"><script>
Formio.icons = "fontawesome"
</script>