Skip to content

Neovici/cosmoz-autocomplete

Repository files navigation

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