
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@chakra-ui/avatar
Advanced tools
The Avatar component is used to represent user, and displays the profile picture, initials or fallback icon.
yarn add @chakra-ui/avatar
# or
npm i @chakra-ui/avatar
import { Avatar, AvatarGroup } from "@chakra-ui/avatar"
Simply import the Avatar component and pass it the image src and name of the
user in the avatar.
<Avatar src="john-doe.png" name="John doe" />
Stack Avatars in a group by using the AvatarGroup component
<AvatarGroup size="md" max={2}>
<Avatar name="Ryan Florence" src="https://bit.ly/ryan-florence" />
<Avatar name="Segun Adebayo" src="https://bit.ly/sage-adebayo" />
<Avatar name="Kent Dodds" src="https://bit.ly/kent-c-dodds" />
<Avatar name="Prosper Otemuyiwa" src="https://bit.ly/prosper-baba" />
<Avatar name="Christian Nwamba" src="https://bit.ly/code-beast" />
</AvatarGroup>
react-avatar is a library for creating avatars in React applications. It supports various types of avatars, including images, initials, and fallback icons. Compared to @chakra-ui/avatar, react-avatar offers more customization options for avatar shapes and background colors.
Material-UI is a popular React component library that includes an Avatar component. It provides a wide range of customization options and integrates well with other Material-UI components. While @chakra-ui/avatar focuses on simplicity and ease of use, Material-UI offers a more comprehensive set of UI components.
react-user-avatar is a lightweight library for creating user avatars in React applications. It supports displaying user initials and fallback icons. Compared to @chakra-ui/avatar, react-user-avatar is more minimalistic and focuses solely on avatar functionality.
FAQs
A React component used to show users avatar or initials
The npm package @chakra-ui/avatar receives a total of 345,286 weekly downloads. As such, @chakra-ui/avatar popularity was classified as popular.
We found that @chakra-ui/avatar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.