@zendeskgarden/css-avatars

6.0.13 • Public • Published

@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

Avatar classes can be used to indicate state. See http://zendeskgarden.github.io/css-components/?path=/story/components-avatars for various modification classes.

Package Sidebar

Install

npm i @zendeskgarden/css-avatars

Weekly Downloads

56

Version

6.0.13

License

Apache-2.0

Unpacked Size

35.2 kB

Total Files

11

Last publish

Collaborators

  • zendesk-garden