
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
avatar-chip
Advanced tools

import dependencies
import React from "react"
import { AvatarChip, AvatarLogo, TwoLineLabel } from "./AvatarChip";
default avatar is based on personName if "src" is not provided,
default label is based on personName, if "label" is not provided
default avatar size: ["2.6rem", "2.6rem", "2.6rem", "2.6rem", "2.6rem"],
default labelSize: ["2rem", "2rem", "2rem", "2rem", "2rem"],
<AvatarChip
size={["5.2rem", "3.9rem", "2.6rem", "1.8rem"]} //avatar size array for different screen width
labelSize={["4rem", "3rem", "2rem", "1.5rem"]} //label size array for different screen width
personName={"bob"}
/>
just avatar, no label
<AvatarChip
size={["4rem", "3rem", "2rem", "1.5rem"]}
personName={"mike"}
onClick={function () { alert("hello mike") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
labelOn={false}
lift={9} // shadow level
/>
just label, no avatar
<AvatarChip
labelSize={["4rem", "3rem", "2rem", "1.5rem"]}
personName={"mike"}
bgColor="pink"
onClick={function () { alert("hello mike") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
logoOn={false}
/>
Avatar with hover tip
<AvatarChip
size={["1rem", "2rem", "3rem", "4rem", "5rem"]} //avatarSize
personName={"毛fdsdsdsdsdsd帅"}
bgColor="skyblue"
style={{ color: "blue" }}
onClick={function () { alert("clicked") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
src="https://picsum.photos/200/300"
label={
<TwoLineLabel lineTop="06355 马小帅" lineDown="银行总行法律合规部" />
}
logoOn={true}
onDelete={function () { }}
hoverContent={
<>
<AvatarChip
size={["1rem", "2rem", "3rem", "4rem", "5rem"]} //avatarSize
personName={"毛fdsdsdsdsdsd帅"}
style={{ backgroundColor: "skyblue", color: "blue" }}
onClick={function () { alert("clicked") }}
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }}
// src="https://picsum.photos/200/300"
label={
<TwoLineLabel lineTop="06355 马小帅" lineDown="银行总行法律合规部" />
}
/>
</>
}
/>
https://vibrant-liskov-396f96.netlify.app/
GitHub https://github.com/cr7cr8/avatar-chip.git
git push -f origin master npm version patch npm publish
FAQs

The npm package avatar-chip receives a total of 1 weekly downloads. As such, avatar-chip popularity was classified as not popular.
We found that avatar-chip demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.