Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/instructure-react/react-tokeninput
Tokeninput component for React
https://github.com/instructure-react/react-tokeninput
Last synced: about 2 months ago
JSON representation
Tokeninput component for React
- Host: GitHub
- URL: https://github.com/instructure-react/react-tokeninput
- Owner: instructure-react
- License: mit
- Created: 2014-07-14T16:51:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T16:02:18.000Z (about 6 years ago)
- Last Synced: 2024-10-14T12:21:38.671Z (2 months ago)
- Language: JavaScript
- Homepage: http://instructure-react.github.io/react-tokeninput/
- Size: 3.58 MB
- Stars: 148
- Watchers: 18
- Forks: 48
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-components-all - react-tokeninput - Tokeninput component for React. (Uncategorized / Uncategorized)
- awesome-react-components - react-tokeninput - Tokeninput component for React. (UI Components / Form Components)
- awesome-react - react-tokeninput - Tokeninput component for React. ![](https://img.shields.io/github/stars/instructure-react/react-tokeninput.svg?style=social&label=Star) (UI Components / Form Components)
- awesome-list - react-tokeninput - Tokeninput component for React. (Demos / Form Components)
- awesome-react-components - react-tokeninput - Tokeninput component for React. (UI Components / Form Components)
- awesome-react-components - react-tokeninput - Tokeninput component for React. (UI Components / Form Components)
- awesome-react-components - react-tokeninput - Tokeninput component for React. (UI Components / Form Components)
- fucking-awesome-react-components - react-tokeninput - Tokeninput component for React. (UI Components / Form Components)
README
![](https://travis-ci.org/instructure-react/react-tokeninput.svg?branch=master)
![](http://i.imgur.com/aboKyTx.png)
Adapts Ryan Florence's [react-autocomplete](https://github.com/rpflorence/react-autocomplete).
See example implementation in `example/`.
## Development
```
npm run dev
```## Build
```
npm run build
```## Test
```
npm test
```