Components
Avatar
Avatars are how we visually represent our users.

SC

import { Avatar } from '@sproutsocial/racine'
Properties
Name | Type | Default | Description | Required? |
---|---|---|---|---|
appearance | "circle" "leaf" | "circle" | Circles are used for social profile avatars, leaf is for internal Sprout user avatars | |
name | string | The name of the user that the avatar represents | ||
src | string | URL of the avatar image. If a URL is not provided, the component will fall back to showing the user's initials | ||
size | string | "40px" |