Neovici/cosmoz-autocomplete

View on GitHub
README.md

Summary

Maintainability
Test Coverage
cosmoz-autocomplete
==================

[![Build Status](https://github.com/Neovici/cosmoz-autocomplete/workflows/Github%20CI/badge.svg)](https://github.com/Neovici/cosmoz-autocomplete/actions?workflow=Github+CI)
[![Depfu](https://badges.depfu.com/badges/c887733c2e1b6c70285860279a80fa03/overview.svg)](https://depfu.com/github/Neovici/cosmoz-autocomplete?project_id=9639)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Maintainability](https://api.codeclimate.com/v1/badges/56671dc0a46898d2f539/maintainability)](https://codeclimate.com/github/Neovici/cosmoz-autocomplete/maintainability)
[![codecov](https://codecov.io/gh/Neovici/cosmoz-autocomplete/branch/master/graph/badge.svg?token=Pg5yXQH7wS)](https://codecov.io/gh/Neovici/cosmoz-autocomplete)

## <cosmoz-autocomplete>

**cosmoz-autocomplete** is a haunted auto-complete component.

## Getting started

### Installing

Using npm:
```bash
npm install --save @neovici/cosmoz-autocomplete
```

### Usage

``` javascript
import { html } from 'lit-html';
html`<cosmoz-autocomplete .source=${["A", "B","C", "D"]} />`;
```