@whisperofyum/search
TypeScript icon, indicating that this package has built-in type declarations

1.9.0 • Public • Published

Search for WOY UI Kit

Description

A search component for algolia.

Installation and Usage

yarn add @whisperofyum/search --save
import Search from '@whisperofyum/serach';

<Search
  appId="<algolia-app-id>"
  indexName="<algolia-index-name>"
  searchKey="<algolia-search-key>"
  onClick={(slug): void => {
    console.log('slug: ', slug);
  }}
/>;

Package Sidebar

Install

npm i @whisperofyum/search

Weekly Downloads

0

Version

1.9.0

License

MIT

Unpacked Size

30.7 kB

Total Files

28

Last publish

Collaborators

  • jemnon