Socket
Socket
Sign inDemoInstall

@formio/bootstrap3

Package Overview
Dependencies
1
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @formio/bootstrap3

Bootstrap 3 templates for form.io


Version published
Weekly downloads
27K
decreased by-7.69%
Maintainers
6
Install size
234 kB
Created
Weekly downloads
 

Readme

Source

Form.io Bootstrap 3 Templates

This repository will change the rendering of forms in formio.js so that it uses html and classes compatible with the Bootstrap 3 framework.

Usage

import bootstrap3 from '@formio/bootstrap3';
import { Formio } from 'formiojs';

Formio.use(bootstrap3);

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>

Keywords

FAQs

Last updated on 20 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc