input-with-tag
Version:
Based on AntD Input, enhanced it with Tag,support for Form embedded.
33 lines (23 loc) • 483 B
Markdown
# Based on AntD Input, enhanced it with Tag,support for Form embedded.
## Installation
```sh
npm install input-with-tag
```
OR
```sh
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](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT