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

https://github.com/firstandthird/tokens

jQuery plugin to turn a text field into a tokenized autocomplete
https://github.com/firstandthird/tokens

Last synced: 12 months ago
JSON representation

jQuery plugin to turn a text field into a tokenized autocomplete

Awesome Lists containing this project

README

          

# Tokens

![npm](https://img.shields.io/npm/v/@firstandthird/tokens.svg)

Plugin that turns a text field into a tokenized autocomplete.

## Installation

```sh
npm install @firstandthird/tokens
```

## Usage

### JavaScript

```js
import '@firstandthird/tokens'
```

### HTML

```html
...