/Input-tag

React Input Tag Component

Primary LanguageJavaScriptMIT LicenseMIT

Input React Tags

MIT

Simple React Input Tag 1.0.0 beta

Demo

img

Installation

The preferred way of using the component is via YARN

yarn install
yarn start

make sure you installed as peer dependencies, as well as in the versions below; Base created with react create app

react: ^16.13.1,
react-bootstrap: ^1.0.1,
bootstrap: ^4.5.0,
react-dom: ^16.3.1

Delimiters

,, Enter and remove tag with Backspace

Options

Option Type Default Description
values Array [] Initial tags ​​to array
noRepeat Boolean false Does not allow array data to be repeated

Contributing

Got ideas on how to make this better? Open an issue!