kwikid-forms
v0.6.51
Published
KwikID's JSON Configuration based Forms Renderer and Builder
Downloads
226
Maintainers
Readme
kwikid-forms
Installation
npm install --save kwikid-formsUsage
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!
