kwikid-components
Version:
KwikID's Components Library
42 lines (27 loc) • 899 B
Markdown
## 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
[](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/)!