hank619 / input-with-tag

Enhancement for AntD Input with Tag, support AntD.Form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on AntD Input, enhanced it with Tag,support for Form embedded.

Installation

npm install input-with-tag

OR

yarn add input-with-tag

Usage

import InputWithTag from 'input-with-tag';

<InputWithTag 
  value={}
  onChange={}
/>

Example

https://codesandbox.io/s/admiring-tdd-dcxjmv

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Enhancement for AntD Input with Tag, support AntD.Form


Languages

Language:TypeScript 60.6%Language:JavaScript 28.5%Language:CSS 10.8%