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.
- Host: GitHub
- URL: https://github.com/marufk21/react-chip-component
- Owner: marufk21
- Created: 2024-01-15T18:58:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T12:28:47.000Z (over 2 years ago)
- Last Synced: 2025-02-08T22:24:22.770Z (over 1 year ago)
- Topics: chipcomponent
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```