An open API service indexing awesome lists of open source software.

https://github.com/marufk21/react-chip-component

Built with React and Tailwind.
https://github.com/marufk21/react-chip-component

chipcomponent

Last synced: 8 months ago
JSON representation

Built with React and Tailwind.

Awesome Lists containing this project

README

          

# React Chip Component

Interactive react chip component for tag management.

Link: https://react-chip-component.netlify.app/

## Features

- Click to reveal a dynamic item list.
- Live filtering as you type.
- Convert items to chips with a click.
- Remove chips with an "X" icon.
- Backspace deletes the last chip.

## Tech Stack

- React
- Tailwind CSS

## Run

Follow these steps to quickly integrate the React Chip Component into your project:

1. **Clone the Repository:**

```bash
git clone https://github.com/your-username/react-chip-component.git

```

2. **Command to run the project:**

```bash
cd react-redux-job-app
npm install
npm start
```

2. **Open in browser:**

```bash
Visit: http://localhost:3000
```