Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
jQuery plugin to turn a text field into a tokenized autocomplete
- Host: GitHub
- URL: https://github.com/firstandthird/tokens
- Owner: firstandthird
- License: mit
- Created: 2013-08-21T01:20:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:41:06.000Z (about 2 years ago)
- Last Synced: 2025-01-11T06:41:47.276Z (22 days ago)
- Language: JavaScript
- Size: 964 KB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
...