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
- Host: GitHub
- URL: https://github.com/firstandthird/tokens
- Owner: firstandthird
- License: mit
- Created: 2013-08-21T01:20:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T18:41:06.000Z (over 3 years ago)
- Last Synced: 2025-04-11T01:12:19.061Z (12 months ago)
- Language: JavaScript
- Size: 964 KB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tokens

Plugin that turns a text field into a tokenized autocomplete.
## Installation
```sh
npm install @firstandthird/tokens
```
## Usage
### JavaScript
```js
import '@firstandthird/tokens'
```
### HTML
```html
...