Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 894 Bytes

vue-headless-combobox

npm npm

A headless ComboBox Vue.js component that is fully accessible.

Inspired from WAI-ARIA ComboBox example.

You have complete control of whether the suggestions should be open, if you have the need to use an API for searching, or accepting the value being selected.

Installation

# npm
npm install vue-headless-combobox

# Yarn
yarn add vue-headless-combobox

Example

Check out the simple example application in the dev folder. Link.

The App is also hosted at CodePen. Link.

Contributing

Feel free opening Issues or Pull Requests. I'll check them out whenever I can.