React Input Tag Filed Npm
React Input Tag Npm Package
Install / Use
npx skills add uttamsaha/react-input-tag-filed-npmInstalls into whichever agent you are using.
README
React Input Tag Field
Overview
This is a react input tag npm package. It is easy to use, responsive and features enriched.
Demo
Features
- Add new tags by pressing Enter or typing a comma
,. - Remove tags by clicking the "x" icon next to each tag.
- Edit tags by clicking on the tag and modifying the text.
- Automatically adjusts the layout to accommodate new tags.
- Responsive
Installation
npm i react-input-tag-field
Usage
You have to pass an useState to get data. You'll get data into "tags".
import ReactTagInput from "react-input-tag-field";
function App() {
const [tags, setTags] = useState([]);
return (
<div>
<ReactTagInput tags={tags} setTags={setTags} />
</div>
);
}
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
