Account List Item Component

A list item for a Lens account displaying the avatar, name, and handle.

A Lens Account list item component

Open in

Installation

Usage

import { LensAccountListItem } from "@/components/lens-account-list-item";
import { evmAddress, useAccount } from "@lens-protocol/react";

const { data: account } = useAccount({
  address: evmAddress("0xA77f9f69Da9dafBC1ef31D1fCd79D04dF607e983"),
});
<LensAccountListItem account={account} />