0.0.2 • Published 2 years ago
kapela-search v0.0.2
About
This library contains component for search
Install
$npm install kapela-searchUsage
import
import { KapelaSearchComponent } from 'kapela-search';
@Component({
...
imports: [KapelaSearchComponent],
...
})dom
<kapela-search></kapela-search>Attributes
| Nom | Type | default | Comments |
|---|---|---|---|
| value | string | value of search | |
| placeholder | string | Search | placehomder of the search |
Events
| Name | Type | Comments |
|---|---|---|
| valueChanged | EventEmitter<string> | use to handle value change event , send the value as data |