Skip to content

srinivas6303/Input_Tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏷️ Tag Component with React & Redux

A simple and reusable tag input component built with React and Redux Toolkit. It allows users to dynamically add and remove tags using keyboard interactions (Enter or ,).


🚀 Features

  • Add tags by pressing Enter or ,
  • Remove tags with a single click (X)
  • Input auto-clears after adding a tag
  • State management with Redux Toolkit

🛠️ Tech Stack

  • React (Hooks)
  • Redux Toolkit
  • CSS (Custom styling)

⚙️ Installation & Usage

# 1. Clone the repo
git clone https://github.com/yourusername/tag-component.git
cd tag-component

# 2. Install dependencies
npm install

# 3. Start the Vite development server
npm run dev

🔑 How It Works

input_tag.mp4

About

A simple and reusable tag input component built with React and Redux Toolkit. It allows users to dynamically add and remove tags using keyboard interactions (Enter or ,).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors