Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 417 Bytes

Readme.md

File metadata and controls

21 lines (15 loc) · 417 Bytes

Simple search box for Vue applications.

Features

  • suggestion list
  • offers typeahead (tab completion)
  • suggestion list can be customized via scoped slots
  • full keyboard navigation
  • support for async requests

Demo

See the demo...

Roadmap

  • optimize accessibility
  • make CSS more robust
  • optimize for mobile
  • make IE11 compatible
  • add loading state