Socket
Socket
Sign inDemoInstall

@zendeskgarden/react-avatars

Package Overview
Dependencies
2
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zendeskgarden/react-avatars

Components relating to avatars in the Garden Design System


Version published
Weekly downloads
1.9K
increased by28.69%
Maintainers
1
Install size
3.15 MB
Created
Weekly downloads
 

Changelog

Source

v8.76.1 (2024-04-18)

:bug: Bug Fix
  • notifications
    • #1790 fix(Notifications): improve screen-reader support (@ze-flo)

Readme

Source

@zendeskgarden/react-avatars npm version

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

Installation

npm install @zendeskgarden/react-avatars

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

Usage

import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Avatar, StatusIndicator } from '@zendeskgarden/react-avatars';

/**
 * Place a `ThemeProvider` at the root of your React application
 */
<ThemeProvider>
  <Avatar>
    <img src="images/user.png" alt="Example Avatar" />
  </Avatar>

  <StatusIndicator type="available" aria-label="status: online">
    Available
  </StatusIndicator>
</ThemeProvider>;

Keywords

FAQs

Last updated on 18 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc