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

0.6.47 • 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!

/kwikid-forms/

    Package Sidebar

    Install

    npm i kwikid-forms

    Weekly Downloads

    22

    Version

    0.6.47

    License

    none

    Unpacked Size

    4.39 MB

    Total Files

    109

    Last publish

    Collaborators

    • baijudodhia