cosmoz-autocomplete <cosmoz-autocomplete> cosmoz-autocomplete is a haunted auto-complete component. Getting started Installing Using npm: npm install --save @neovici/cosmoz-autocomplete Usage import { html } from 'lit-html'; html`<cosmoz-autocomplete .source=${['A', 'B', 'C', 'D']} />`;