1.1.2 • Published 5 years ago

@time-with/avatar-thumb-labels v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Avatar Thumbnail with labels

Avatar thumbnail display with text-based fallback

Displays:

  • Image (in a circle) with fallback to name initials
  • Name on the side
  • Optional extra label under name

Install

$ npm install @time-with/avatar-thumb-labels
or
$ yarn add @time-with/avatar-thumb-labels

Usage

import AvatarThumbLabels from '@time-with/avatar-thumb-labels';

<AvatarThumbLabels
  src={profileImage}
  firstName={firstName}
  lastName={lastName}
  secondLabel='London'
/>

License

MIT

1.1.2

5 years ago

1.1.1

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago