0.0.2 • Published 2 months ago

kapela-search v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

About

This library contains component for search

Install

$npm install kapela-search

Usage

import

import { KapelaSearchComponent } from 'kapela-search';

@Component({
  ...
  imports: [KapelaSearchComponent],
  ...
})

dom

<kapela-search></kapela-search>

Attributes

NomTypedefaultComments
valuestringvalue of search
placeholderstringSearchplacehomder of the search

Events

NameTypeComments
valueChangedEventEmitter<string>use to handle value change event , send the value as data
0.0.2

2 months ago

0.0.1

2 months ago