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