formio-synchrony
v0.0.4
Published
Note: Created using Formio open-source library for learning purpose. This library was generated with Angular CLI version 16.1.0.
Downloads
3
Readme
FormioSynchrony
Note: Created using Formio open-source library for learning purpose. This library was generated with Angular CLI version 16.1.0.
Form.io
Form.io is a combined Form and Data Management platform for form-based Progressive web applications. It enables web application developers to rapidly create the Forms and Resources using a simple drag-and-drop form builder interface. The creation of these forms generates a JSON schema that is used to both dynamically render the forms within the Progressive application, but also automatically generate the corresponding API to receive the data when that form is submitted.
Installation
Use follwoing command for installing package. -- npm install formio-synchrony --f
This package has dependency of bootstrap & fontawesome, so for installing these use following command. -- npm install [email protected] -- npm install [email protected]
Usage
after intsalling bootstrap & fontawesome packages import them in angular.json. Navigate to angular.json --> architect --> build --> styles add following lines in styles array : ["node_modules/bootstrap/dist/css/bootstrap.min.css", "node_modules/font-awesome/css/font-awesome.min.css"]
for using this package in your Angular project after installation follow below step:
In your component where you want to use the functionality import FormioSynchronyModule and provide it as a provider.
import { SynchronyModule } from 'formio-synchrony';
In your template use the tag <builder></builder>
& <renderer></renderer>
. This will create a synchronization object which can be used throughout the application.
Further help
To get more help on the formio visit formio.