Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/complete

Autocomplete plugin
https://github.com/firstandthird/complete

front-end

Last synced: 14 days ago
JSON representation

Autocomplete plugin

Awesome Lists containing this project

README

        

# Complete [![Build Status](https://travis-ci.org/firstandthird/complete.svg?branch=master)](https://travis-ci.org/firstandthird/complete) ![npm](https://img.shields.io/npm/v/@firstandthird/complete.svg)

Super simple autocomplete library for domodule

## Installation

```sh
npm install @firstandthird/complete
```

## Usage

```js
import '@firstandthird/complete';
// or
import Complete from '@firstandthird/complete';
```

## Example HTML

```html





```