Lens Blocks are currently in beta and not ready for production use!

Account List Item Component

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

Installation

Usage

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

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