🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More

antd-tag-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antd-tag-input

```js import TagInput from 'antd-tag-input'; import 'antd-tag-input/dist/style.css'; ```

1.0.17
latest
Version published
Weekly downloads
412
16.71%
Maintainers
1
Weekly downloads
 
Created

GitHub package.json version npm npm bundle size

Install

npm i antd-tag-input
// or
yarn add antd-tag-input

Usage

import TagInput from 'antd-tag-input';
import 'antd-tag-input/dist/style.css';

Options

参数说明类型默认值
value输入框内容string[][]
onChange输入框内容变化时的回调(value: string[]) => void-
className类名string-
style内敛样式React.CSSProperties => void-

Keywords

FAQs

Package last updated on 19 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts