Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/tokens

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

Last synced: 14 days 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
...