Skip to main content

Examples

Active

Small

With Label

All States

Inactive

Props

ProfileStatus

Presence indicator showing whether a creator or fan is currently active. The active state pulses to signal real-time presence; the inactive state is a static, muted dot for lists, tables, and content views where presence is less relevant. Decorative by default (aria-hidden) — pair it with a visible or visually hidden label at the usage site. Pass aria-label to expose it as a standalone image to assistive technology. Supersedes the V1 OnlineBlinkingIcon: <ProfileStatus /> is a drop-in replacement for <OnlineBlinkingIcon />, adding the distinct inactive state.
boolean
default:"true"
Whether the profile is currently active. Active renders a pulsing green dot; inactive renders a static grey dot.
"md" | "sm"
default:"sm"
Size preset of the indicator.

Exported types

Also exported from @fanvue/ui: ProfileStatusProps, ProfileStatusSize.
Setup: Installation · Theming