react-chip-input
Chip input for react, based on react-bootstrap
Pre-requisitions
It is assumed that you have react-bootstrap installed.
Install
npm i react-chip-input# or yarn add react-chip-input
Usage
; ;
Style Variables
/* Chip background color, fallbacks to #eaeaea */--/* Chip border color, fallbacks to bootstrap's var --gray to rgba(0, 0, 0, 0.25) */--/* Chip :hover, :active, :focus background color, fallbacks to #dedede */--/* Chip :hover, :active, :focus border color, fallbacks bootstrap's var --dark to rgba(0, 0, 0, 0.05) */--/* Box shadow color, when active, fallbacks to bootstrap's var --primary to blue */--
License
MIT © shhdharmen