4.1.0 • Published 9 months ago

@propellerads/tags-input v4.1.0

Weekly downloads
548
License
MIT
Repository
github
Last release
9 months ago

TagsInput

NPM | Github

Installation

  • yarn add @propellerads/tags-input or npm 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
/>
4.1.0

9 months ago

4.0.1

10 months ago

4.0.0

1 year ago

3.7.0

2 years ago

3.6.0

2 years ago

3.4.0

2 years ago

3.5.0

2 years ago

3.3.0

3 years ago

3.2.0

3 years ago

3.1.0

3 years ago

3.0.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.3.1

4 years ago

2.2.3

4 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago