## kwikid-components

## Installation

```
npm install --save kwikid-components
```

## Usage

Add KwikIDComponentsModule to imports `app.module.ts` something like

```js
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { KwikIDComponentsModule } from 'kwikid-components';

@NgModule({
    declarations: [AppComponent],
    imports: [KwikIDComponentsModule],
    bootstrap: [AppComponent]
})
```

Add component to your page:

```html
<kwikid-components></kwikid-components>
```

## Docs

[link](https://docs.getkwikid.com/kwikid-components/build/)

## License

[![NPM](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/code-farmz/kwikid-components/blob/master/LICENSE)

## Contributing

Add a star to show your support and feel free to open [pull requests](https://bitbucket.org/team360noscope/kwikid-components/pull-requests/)!
