kwikid-forms
TypeScript icon, indicating that this package has built-in type declarations

0.6.41 • Public • Published

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

NPM

Contributing

Add a star to show your support and feel free to open pull requests!

Package Sidebar

Install

npm i kwikid-forms

Weekly Downloads

106

Version

0.6.41

License

none

Unpacked Size

4.16 MB

Total Files

103

Last publish

Collaborators

  • baijudodhia