[NPM](https://www.npmjs.com/package/@propellerads/tags-input) | [Github](https://github.com/propellerads/ui-components/tree/master/Components/TagsInput)
npm install @propellerads/tags-input- yarn add @propellerads/tags-input or npm install @propellerads/tags-input -S
- import TagsInput from '@propellerads/tags-input';
- And render
````
options={options}
onChange={(value) => {
setStateValue(value);
}}
value={stateValue}
placeholder="Check 'Notes' section for viewing data examples..."
isMulti
/>