kwikid-forms
v0.6.48
Published
KwikID's JSON Configuration based Forms Renderer and Builder
Downloads
305
Maintainers
Readme
kwikid-forms
Installation
npm install --save kwikid-forms
Usage
Add KwikIDFormsModule to imports app.module.ts
something like
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:
<kwikid-forms></kwikid-forms>
Docs
Storybook - link
Code - link
License
Contributing
Add a star to show your support and feel free to open pull requests!