Skip to content
AlexanderYakubovskiy edited this page Jan 25, 2022 · 17 revisions

Installing the library.

To install this library within your application, you can use the following.

npm install --save formiojs

Components

You can then include The following major components within your application.

  • JavaScript API - This component allows you to easily communicate to the Form.io API's from within your JavaScript application.

  • Form Renderer - This is the core form rendering library which renders a Form.io JSON form schema within your page.

  • Form Builder - This is the code that will embed a form builder in your application.

  • Form Embedding - Allows you to embed a form within your application by including a single script tag as follows.

    <script src="https://cdn.form.io/formiojs/formio.embed.min.js?src=https://examples.form.io/example"></script>
  • Form Utilities - This is a Utility javascript library that offers some common utilities within your application.