1.0.0 • Published 3 years ago

chuhaitong-utils v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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-
1.0.0

3 years ago