Avatar
Murphy Avatar Icon
Installation
Install Murphy Avatar
pnpm dlx shadcn@canary add https://onchainkit.murphyai.dev//r/avatar.json
Basic Usage
import { Avatar } from "@/components/ui/murphy//avatar";
import { PublicKey } from "@solana/web3.js";
const address = new PublicKey("your-public-key")
<Avatar address={address}/>
Props
| Name | Type | Default | 
|---|---|---|
address | PublicKey | |
size | number | 48 | 
className | string |