More Premium Hugo Themes Premium React Themes

React Native Tags

Tag input component for React Native

React Native Tags

Tag input component for React Native

Author Avatar Theme by peterp
Github Stars Github Stars: 284
Last Commit Last Commit: Oct 28, 2021 -
First Commit Created: Feb 24, 2024 -
React Native Tags screenshot

Overview:

The React-Native-Tags component is a useful tool in React Native development that allows users to input text and formats the text into a tag when a space or comma is entered. Users can tap on a tag to remove it, providing a convenient way to manage and display tags within an input field.

Features:

  • Tag Input: Converts text input into tags when a space or comma is entered.
  • Tag Removal: Allows users to remove tags by tapping on them.
  • Custom Render Tag: Users can pass in a prop to customize the rendering of tags.

Installation:

To install the React-Native-Tags component, you can use npm. Run the following command in your project directory:

npm install react-native-tags

Summary:

The React-Native-Tags component is a versatile tool for handling tag input in React Native applications. With features like tag input conversion, tag removal by tapping, and the ability to customize tag rendering, it offers a practical solution for managing tags within input fields.