1.0.2 • Published 5 years ago

react-taggle-input v1.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

React Taggle Input

Simple react tagging Input component. Inspired from taggle.js - Jquery library

Installation

npm install --save react-taggle-input

Props

PropTypeDefault
tagsArray[]
maxTagsNumber0
allowDuplicatesBooleanfalse
duplicateTagClassStringbounce
placeholderStringEnter the tags
onBeforeTagAddFunctionundefined
onAfterTagAddFunctionundefined
onBeforeTagRemoveFunctionundefined
onAfterTagRemoveFunctionundefined
onInputBlurFunctionundefined
onInputChangeFunctionundefined
keyCodesToAddTagArray[13]
saveOnBlurBooleanfalse
readOnlyBooleanfalse

Set up instructions

git clone https://github.com/kameshRavi/react-taggle-input.git
cd react-taggle-input
npm install
npm start

open http://localhost:8880/

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago