README
React Multivalue Text Input
A text input component for React which maintains and displays a collection of entered values as an array of strings.
Getting Started
- Install the package via npm or yarn:
npm install react-multivalue-text-input
yarn add react-multivalue-text-input
- Include the component in your React project
import MultipleValueTextInput from 'react-multivalue-text-input';
- See the demos for sample usage.
Authors
- Rosalind Wills - blackjackkent
Pull requests, suggestions, and issue feedback appreciated!
License
This project is licensed under the MIT License - see the LICENSE.md file for details