
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.
aptos-avatars-react
Advanced tools
Implementation of the Aptos Avatars shape library for React applications.
pnpm add aptos-avatars-react
The avatar compoennt can be imported as a React component which renders an inline SVG element. If you choose to use a single shape, you can import the shape avatars directly. The package is built with ES Modules so the rest of the package will be tree-shaken out of your bundle.
import { AptosAvatar, Shape2 } from "aptos-avatars-react";
// Usage
const App = () => {
return (
<div>
<AptosAvatar value="0xd2cf...cff23" border shadow />
<Shape2 value="0xd2cf...dff23" />
</div>
);
};
export default App;
name | type | default | description |
---|---|---|---|
value * | string | required | Unique identifier for the user (e.g., address or Aptos Name) to randomly generate a shape and color |
size | number | 32 | Size of the icon |
shadow | boolean | false | Toggle the border |
border | boolean | false | Toggle the shadow |
borderSize | number | 2 | Width of the border, in pixels |
borderColor | string | #fff | Color of the border |
radius | number | size | Border radius of the avatar, in pixels |
displayValue | string | N/A | Value to be displayed on the avatar instead of value. This can be a name instead of an identifier |
style | "character" | "shape" | "character" | Style of the avatar (either "character" or "shape") |
FAQs
Unknown package
The npm package aptos-avatars-react receives a total of 274 weekly downloads. As such, aptos-avatars-react popularity was classified as not popular.
We found that aptos-avatars-react 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.