Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

plete

CircleCI codecov npm npm bundle size Netlify Status

A vanilla js autocomplete component that supports remote filtering.

npm install plete --save

Objectives

  • Good WAI-ARIA support
  • Support multiple input types: keyboard, mouse, touch
  • Support local and remote filtering (async function as datasource)
  • Custom rendering of elements
  • Excellent test coverage
  • Zero dependencies

Documentation

Please see plete.dev for documentation.

If you'd like to contribute to the documentation, see plete-docs.

Run the demo site locally

npm ci
npm run start-demo

open http://localhost:8080