Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Avatar

Display avatar image. Falls back to initial.

Installation

npm install --save @app-elements/avatar

Usage

import Avatar from '@app-elements/avatar'

<Avatar
  src='path to your image'
  fullName='John Smith'
 />

Props

Prop Type Default Description
className String '' className given to top-level avatar-wrap div.
size Number '100' based on percent. sets relative size of avatar.