Skip to content

NostrPicture Component

Displays a Nostr user's profile picture.

Usage

html
<nostr-picture pubkey="npub..." width="300px"></nostr-picture>

Attributes

  • pubkey: The Nostr public key (npub or hex format) of the user
  • width: (optional) Width of the image
  • height: (optional) Height of the image

Styling Parts

  • img: The image element showing the profile picture

External Templates

This component does not support external templates.