Nostr Components
A collection of components for building Nostr applications
User Profile
kind 0
UserAvatar
FA
Displays a user's avatar based on their pubkey
Usage
<UserAvatar
pubkey="fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52"
size="lg"
/>The UserAvatar component uses the useProfile hook to fetch profile data for the given pubkey. It displays the user's avatar if available, or falls back to initials.