Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/complete
Autocomplete plugin
https://github.com/firstandthird/complete
front-end
Last synced: 14 days ago
JSON representation
Autocomplete plugin
- Host: GitHub
- URL: https://github.com/firstandthird/complete
- Owner: firstandthird
- License: mit
- Created: 2013-06-26T16:25:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:05:14.000Z (about 2 years ago)
- Last Synced: 2025-01-10T17:47:00.311Z (23 days ago)
- Topics: front-end
- Language: JavaScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```