Skip to content

Commit 9438a81

Browse files
committed
Initial commit
1 parent 66fc256 commit 9438a81

17 files changed

+21421
-4
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TODO
2+
*.log
3+
node_modules

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
example
2+
script
3+
webpack.config.js

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
react-tokeninput
2-
================
1+
Adapts Ryan Florence's [react-autocomplete](https://github.com/rpflorence/react-autocomplete).
32

4-
Tokeninput component for React
3+
See example implementation in `example/`.
4+
5+
## Development
6+
7+
```
8+
chmod u+x ./script/dev
9+
./script/dev
10+
```

0 commit comments

Comments
 (0)