3.0.0-rc.6 • Published 8 months ago

@formio/bootstrap v3.0.0-rc.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Form.io Bootstrap Templates

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.

Using Bootstrap 3

import bootstrap3 from '@formio/bootstrap/bootstrap3';
import { Formio } from 'formiojs';
Formio.use(bootstrap3);

Using Bootstrap 4

import bootstrap4 from '@formio/bootstrap/bootstrap4';
import { Formio } from 'formiojs';
Formio.use(bootstrap4);

Using Bootstrap 5

import bootstrap5 from '@formio/bootstrap/bootstrap5';
import { Formio } from 'formiojs';
Formio.use(bootstrap5);

Script

Formio.Templates.framework = "bootstrap3"

If icon is not show

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script>
  Formio.icons = "fontawesome"
</script>
3.0.0-rc.41

8 months ago

3.0.0-rc.40

8 months ago

3.0.0-rc.39

8 months ago

3.0.0-rc.38

8 months ago

3.0.0-rc.25

1 year ago

3.0.0-rc.37

10 months ago

3.0.0-rc.36

12 months ago

3.0.0-rc.24

1 year ago

3.0.0-rc.23

1 year ago

3.0.0-rc.22

1 year ago

3.0.0-rc.21

1 year ago

3.0.0-rc.13

2 years ago

3.0.0-rc.12

2 years ago

3.0.0-rc.15

2 years ago

3.0.0-rc.14

2 years ago

3.0.0-rc.17

2 years ago

3.0.0-rc.16

2 years ago

3.0.0-rc.19

2 years ago

3.0.0-rc.18

2 years ago

3.0.0-rc.20

2 years ago

3.0.0-rc.11

2 years ago

3.0.0-rc.10

2 years ago

3.0.0-rc.9

2 years ago

3.0.0-rc.8

2 years ago

3.0.0-rc.7

2 years ago

3.0.0-rc.6

2 years ago

3.0.0-rc.5

2 years ago

3.0.0-rc.4

2 years ago

3.0.0-rc.3

2 years ago

3.0.0-rc.2

2 years ago