# preact-token-input
**Repository Path**: mirrors_developit/preact-token-input
## Basic Information
- **Project Name**: preact-token-input
- **Description**: :bookmark: A text field that tokenizes input, for things like tags.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-07-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# preact-token-input
[](https://www.npmjs.com/package/preact-token-input)
[](https://travis-ci.org/developit/preact-token-input)
A text field that tokenizes input, for things like tags.
> **[CodePen Demo](http://codepen.io/developit/pen/WrxmGx?editors=001)**
>
> 
---
### Usage Example
Use `` like a normal ``. It supports the same props/attributes, including `value`, `onInput()` and `onChange()`.
```js
import TokenInput from 'preact-token-input';
const Tags = ({ tags, ...props }) => (