Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-multivalue-text-input

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-multivalue-text-input

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

  • 2.5.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
606
increased by13.91%
Maintainers
1
Weekly downloads
 
Created
Source

React Multivalue Text Input

build status npm version discord npm downloads

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.

Contributing

After forking this repository and checking the code out locally, you can make changes and test them locally by running npm run dev in the project's root directory. This will open a dev server at http://localhost:8080 with a small test app. (The root file for this test app can be found at src/dev/dev.tsx.

Make any changes you wish and test them in the local development server, then open a pull request from your fork and I will review your changes!

Authors

Pull requests, suggestions, and issue feedback appreciated!

License

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

FAQs

Package last updated on 24 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc