rajeshkumaravel / SunbirdEd-forms

Common form elements for Sunbird-Ed apps

Repository from Github https://github.comrajeshkumaravel/SunbirdEd-formsRepository from Github https://github.comrajeshkumaravel/SunbirdEd-forms

SunbirdEdForms

Contains Form component powered by angular. This component expects a configuration and renders form according to the view.

Getting Started

Step 1: Install the package

npm install common-form-elements --save

Step 2: Include the library selector in view( Eg .HTML file)

<sb-form [config]='config'>

step3: Form component emits values on every input , To get value include event callbacks

<sb-form (valueChanges)="function($event)" (statusChanges)="function($event)" >

About

Common form elements for Sunbird-Ed apps

License:MIT License


Languages

Language:TypeScript 73.5%Language:HTML 14.7%Language:CSS 11.0%Language:JavaScript 0.8%