Skip to content

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 ,).

Notifications You must be signed in to change notification settings

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

No packages published