Skip to content

modeware/React-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Search App

Features

  1. Mock Data from - http://www.mocky.io/v2/5ba8efb23100007200c2750c .

On typing in the search input box, the search results list opens up. The search could be just a string matching search.

  1. Matching text is highlighted in blue color as displayed in the search result list UI
  2. If a search query is found in items, then it shows “{{queryValue}} found in items”
  3. The list of cards can be navigated through keyboard or mouse
  4. Only one card highlights at a time if both mouse and keyboard are used for navigation
  5. Keyboard takes preference if mouse is kept hovered on the list, similarly mouse takes preference if keyboard navigation is not used
  6. When no search results are found, an empty card is displayed
  7. The card list is scrollable
  8. The highlighted card (via keyboard/mouse) is scrolled into view

About

A demo search app with keyboard navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published