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: 2 months ago
JSON representation

Tokeninput component for React

Lists

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
```