🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@zendeskgarden/react-tags

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
r

@zendeskgarden/react-tags

Components relating to tags in the Garden Design System

9.7.1
latest
100

Supply Chain Security

100

Vulnerability

80

Quality

93

Maintenance

100

License

Version published
Weekly downloads
95K
2.43%
Maintainers
1
Weekly downloads
 
Created
Issues
19

@zendeskgarden/react-tags npm version

This package includes components relating to tags in the Garden Design System.

Installation

npm install @zendeskgarden/react-tags

# Peer Dependencies - Also Required
npm install react react-dom styled-components @zendeskgarden/react-theming

Usage

import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Tag } from '@zendeskgarden/react-tags';

/**
 * Place a `ThemeProvider` at the root of your React application
 */
<ThemeProvider>
  <Tag pill>
    <Tag.Avatar>
      <img alt="" src="images/user.png" />
    </Tag.Avatar>
    Example User
    <Tag.Close
      aria-label="press delete to remove Example User tag"
      onClick={() => alert('remove tag')}
    />
  </Tag>
</ThemeProvider>;

FAQs

Package last updated on 05 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts