0.2.0-alpha.17713c8d • Published 8 years ago

@hig/avatar v0.2.0-alpha.17713c8d

Weekly downloads
61
License
Apache-2.0
Repository
github
Last release
8 years ago

Avatar

Avatars are a visual representation of a customer's identity. These may be small thumbnails as part of a menu or more prominent, standalone elements on account and management views.

Initials are dynamically generated from the provided name and always rendered. This allows the initials to serve as a placeholder while the image is loading.

Read more about when and how to use the Avatar component on the internal wiki.

Getting started

Install the package

yarn add @hig/avatar

Import the component and CSS

import Avatar, { sizes } from '@hig/avatar';
import '@hig/avatar/build/index.css';

Basic usage

<Avatar
  name="David Gonzales"
  size={sizes.LARGE_36}
/>
2.2.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago