UNPKG

kwikid-forms

Version:

KwikID's JSON Configuration based Forms Renderer and Builder

44 lines (28 loc) 932 B
## kwikid-forms ## Installation ``` npm install --save kwikid-forms ``` ## Usage Add KwikIDFormsModule to imports `app.module.ts` something like ```js import { NgModule } from '@angular/core'; import { AppComponent } from './app.component'; import { KwikIDFormsModule } from 'kwikid-forms'; @NgModule({ declarations: [AppComponent], imports: [KwikIDFormsModule], bootstrap: [AppComponent] }) ``` Add component to your page: ```html <kwikid-forms></kwikid-forms> ``` ## Docs Storybook - [link](https://docs.getkwikid.com:7072/kwikid-forms/storybook/) Code - [link](https://docs.getkwikid.com:7072/kwikid-forms/code/) ## License [![NPM](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/code-farmz/kwikid-forms/blob/master/LICENSE) ## Contributing Add a star to show your support and feel free to open [pull requests](https://bitbucket.org/team360noscope/kwikid-forms/pull-requests/)!