Components
<UserAvatar />
Renders the current user's avatar using session data. Shows a skeleton while loading and falls back to initials when no image is available.
Usage
import { UserAvatar } from "@better-auth-ui/heroui"
export function UserAvatarDemo() {
return <UserAvatar />
}Props
Prop
Type
Last updated on