The Form.io Core Framework provides two plain JavaScript libraries described as the following.
This is a library which allows JavaScript access to the Form.io API's.
<script src="https://cdn.jsdelivr.net/npm/@formio/base@latest/dist/formio.min.js"></script>
This library provides a framework for rendering JSON schemas within a web application.
<script src="https://cdn.jsdelivr.net/npm/@formio/core@latest/dist/formio.core.min.js"></script>
Examples | Demo |
---|---|
Simple HTML RenderingYou can render a simple HTML element as follows: |
|
Nested HTML ComponentsThis allows you to created Nested HTML Components |
|
Data Table ComponentProvides an easy way to render a data table. |
|
Input ComponentProvides an easy way to add input components. |
|
Input with LabelYou can create an input with label by providing an htmlcontainer + html + input component. |
|
Custom ComponentProvides an easy way to create your own components. |