Added name & color description for umbAvatar

This commit is contained in:
Lantzify
2022-02-09 20:14:23 +01:00
committed by Nathan Woulfe
parent aba5edce02
commit 9568d0cd6d

View File

@@ -45,6 +45,8 @@ Use this directive to render an avatar.
@param {string} size (<code>attribute</code>): The size of the avatar (xs, s, m, l, xl).
@param {string} img-src (<code>attribute</code>): The image source to the avatar.
@param {string} img-srcset (<code>atribute</code>): Reponsive support for the image source.
@param {string=} name (<code>attribute</code>): Name initials will be used if no image source.
@param {string=} color (<code>attribute</code>): Color will be used if no image source (primary, secondary, success, warning, danger).
**/
(function() {