@neovici/cosmoz-autocomplete

A autocomplete input web component

Usage no npm install needed!

<script type="module">
  import neoviciCosmozAutocomplete from 'https://cdn.skypack.dev/@neovici/cosmoz-autocomplete';
</script>

README

cosmoz-autocomplete

Build Status Depfu semantic-release Maintainability codecov

<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"]} />`;