@paprika/search
v5.0.1
Published
The search components helps you to implemented in an easy way an autocomplete interaction.
Downloads
60
Keywords
Readme
@paprika/search
Description
The search components helps you to implemented in an easy way an autocomplete interaction.
Installation
yarn add @paprika/search
or with npm:
npm install @paprika/search
Props
Search
| Prop | Type | required | default | Description | | -------------- | ---- | -------- | -------- | ----------- | | children | node | true | - | | | onChangeSearch | func | false | () => {} | | | onSelected | func | false | () => {} | |