React
Renders an image or fallback inside a circular token surface with AvatarBadge and AvatarStack helpers.

Component
Profile image, fallback, badge, and stacked identity display.
Hozorica
Online identity with status badge
import { Avatar } from "@hozorica/hods-react";import { Avatar } from "@hozorica/hods-react-native";stringProfile image URL.stringAccessible image description on web and native.ReactNodeRendered when src is not provided.20 | 24 | 36 | 42 | 48 | 56 | 64 | 80 | 96 | 108Avatar diameter. Defaults to 48.none | circle | flower | shieldVisual clipping style for the avatar surface.(status) => voidCalled when image load or error fires.Renders an image or fallback inside a circular token surface with AvatarBadge and AvatarStack helpers.
Uses Image/View primitives with the same size, fallback, badge, and stack concepts.
<Avatar size="64" src="/avatar.png" fallback="BC"><AvatarBadge><Badge tone="positive">ON</Badge></AvatarBadge></Avatar>