<Avatar />
Avatars are used to represent people and other agents (e.g. bots).
The
Avatar component’s size property can be set to either 0, 1 , 2 or 3.The
Avatar component’s color property can be set to either blue, purple, magenta, red, orange, yellow, green, cyan or gray (default).The
Avatar component takes a src property to render the avatar image.animateArrowFrom?: 'top' | 'bottom' | 'inside'arrowPosition?: 'top' | 'bottom' | 'inside'as?: React.ElementType | keyof JSX.IntrinsicElementscolor?: 'gray' | 'blue' | 'purple' | 'magenta' | 'red' | 'orange' | 'yellow' | 'green' | 'cyan'initials?: stringonImageLoadError?: (event: Error) => voidsize?: 0 | 1 | 2 | 3 | Array<0 | 1 | 2 | 3>src?: stringstatus?: 'online' | 'editing' | 'inactive'title?: string