Overview
React-tags is a simple tagging component inspired by GMail’s To field in the compose window. Created by Prakhar Srivastav and maintained by Aakansha Doshi, this component offers features such as autocomplete, keyboard and mouse support, tag reordering, and more.
Features
- Autocomplete: Based on a suggestion list.
- Keyboard Friendly: Supports keyboard interactions.
- Reorder Tags: Allows users to rearrange tags via drag and drop.
- Edit Tag Support: Provides the option to edit tags.
- Clear All Button: Includes an optional button to clear all tags.
Installation
To install the React-tags component, you can use npm:
npm install react-tags --save
or via Yarn:
yarn add react-tags
Ensure you have installed the peer dependencies as well.
Summary
React-tags is a versatile tagging component for React projects, offering features like autocomplete, keyboard support, tag reordering, and more. Developed by Prakhar Srivastav and maintained by Aakansha Doshi, this component is easy to integrate and customize to suit different tagging requirements.