Ember Initials is a package for generating simple avatars using users initials, images, gravatars or adorables. It definitely supports Ember 3.16 (or higher). Thanks to highly customizable interface you can define defaults and even set fallbacks.
Demo app with interactive examples you can find at http://exelord.github.io/ember-initials
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
This addon has been tested on:
- IE 10 and UP including EDGE
- Firefox 44 and UP
- Chrome 48 and UP
- Opera 35 and UP
ember install ember-initials
Ember Initials gives you a built-in components which you can use in yours templates:
or
Examples, configuration and code generator are available on Project Site.
-
image
- image url | if image will be not found the initials avatars will be used -
name
- name of user to generate initials -
defaultName
- ifname
will be not passed this name will be used -
seedText
- uniq string which will be used to generate background color, eg. user's email -
textColor
- color of the text (initials) | hash or name -
fontSize
- font size inpx
-
fontWeight
- font weight inpx
-
fontFamily
- names of fonts with fallbacks | at this time only system fonts can be used -
size
- size of the avatar in pixels (setnull
if you do not want to use elements attributes likewidth
andheight
)
-
image
- image url | if image will be not found thedefaultImage
will be used -
defaultImage
- default image url -
size
- size of the avatar in pixels (setnull
if you do not want to use elements attributes likewidth
andheight
)
-
image
- image url | if image will be not passed the avatar will be generated form email thanks to gravatar -
email
- Email which will be used to fetching the gravatar -
defaultImage
- image src (relative or absolute URL depends onrelativeUrl
option) | if gravatar will not be found this image will be used -
relativeUrl
-true
orfalse
| decide whichdefaultImage
url do you want to use - relative or absolute -
size
- size of the avatar in pixels (setnull
if you do not want to use elements attributes likewidth
andheight
)
-
image
- image url | if image will be not found the avatar will be generated form email thanks to adorable -
email
- Email which will be used to generating unique adorable avatar -
size
- size of the avatar in pixels (setnull
if you do not want to use elements attributes likewidth
andheight
)