Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.
/ react-search Public archive

Simple react search component with suggestions and accessible.

License

Notifications You must be signed in to change notification settings

marlomgirardi/react-search

Repository files navigation

React Search

Npm Version

DEMO

TODO ๐Ÿ“

Regarding time constrains some important steps are missing.

  • Tests
  • CI/CD
  • Accessibility optimizations
  • Performance tests/optimization
  • Review code and DRY

Installation & Usage

npm install react-search-with-suggestion --save

Include the Component

import React from "react"
import Search from "react-search-with-suggestion"

// DEMO