🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@zendeskgarden/css-avatars

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zendeskgarden/css-avatars

Garden component CSS

latest
Source
npmnpm
Version
7.0.0
Version published
Maintainers
1
Created
Source

@zendeskgarden/css-avatars npm version

This component contains basic .c-avatar component styling.

Installation

npm install @zendeskgarden/css-avatars

Usage

Once installed, avatar CSS can be accessed via postcss-import.

@import '@zendeskgarden/css-avatars';

Use avatar CSS to style user and system images.

<figure class="c-avatar">
  <img alt="user avatar" src="images/user.png" />
</figure>

<figure class="c-avatar c-avatar--system">
  <img alt="system avatar" src="images/system.png" />
</figure>

Modifications

See http://zendeskgarden.github.io/css-components/?path=/story/components-avatars for various modification classes.

Keywords

components

FAQs

Package last updated on 16 Oct 2024

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