Avatar
The Avatar is an image element with a fallback for representing the user.
Import
Importimport { Avatar } from '@backyard-ui/core';
Usage
UsageAppearance
AppearanceUse the appearance
prop to change the visual semantic of the Badge.
Variants
VariantsBy default variant
prop is solid but you can use subtle to get a different style.
Size
SizeUse the size
prop to increase the visual size.
Fallback
FallbackAn element that renders when the image hasn’t loaded. This means whilst it’s loading, or if there was an error. If you notice a flash during loading, you can provide a delayMs
prop to delay its rendering so it only renders for those with slower connections. For more control, use the onLoadingStatusChange
handler on Avatar.Image
.
API Reference
API ReferenceRoot
Root- appearanceDescription The Avatar appearanceType
"success" | "critical" | "info" | "warning" | "neutral" | "primary" | "secondary" | "tertiary"
Defaultprimary - sizeDescription The Avatar sizeType
"xs" | "sm" | "md" | "lg" | "xl"
Defaultmd - variantDescription The Avatar variantType
"solid" | "subtle"
Defaultsolid - asChildDescriptionType
boolean