@propellerads/tags-input
v4.1.0
Published
[NPM](https://www.npmjs.com/package/@propellerads/tags-input) | [Github](https://github.com/propellerads/ui-components/tree/master/Components/TagsInput)
Downloads
1,531
Keywords
Readme
TagsInput
Installation
yarn add @propellerads/tags-input
ornpm install @propellerads/tags-input -S
How to use
import TagsInput from '@propellerads/tags-input';
- And render
<TagsInput
elementId="tags-input-default-view"
options={options}
onChange={(value) => {
setStateValue(value);
}}
value={stateValue}
placeholder="Check 'Notes' section for viewing data examples..."
isMulti
/>