react-multivalue-text-input

A text input component for React which maintains and displays a collection of entered values as an array of strings.

Usage no npm install needed!

<script type="module">
  import reactMultivalueTextInput from 'https://cdn.skypack.dev/react-multivalue-text-input';
</script>

README

React Multivalue Text Input

build status

A text input component for React which maintains and displays a collection of entered values as an array of strings.

demo image

Getting Started

  1. Install the package via npm or yarn:
npm install react-multivalue-text-input
yarn add react-multivalue-text-input
  1. Include the component in your React project
import MultipleValueTextInput from 'react-multivalue-text-input';
  1. See the demos for sample usage.

Authors

Pull requests, suggestions, and issue feedback appreciated!

License

This project is licensed under the MIT License - see the LICENSE.md file for details