
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@highlight-ui/avatar
Advanced tools
Using npm:
npm install @highlight-ui/avatar
Using yarn:
yarn add @highlight-ui/avatar
Using pnpm:
pnpm install @highlight-ui/avatar
In your (S)CSS file:
@import url('@highlight-ui/avatar');
Once the package is installed, you can import the library:
import { Avatar } from '@highlight-ui/avatar';
import React, { useState } from 'react';
import { Avatar } from '@highlight-ui/avatar';
export default function AlertExample() {
return <Avatar name="Test Name" src="/img.png" url="/url" />;
}
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
animate | boolean | No | false | If true, then Avatar will be animated on mouse hover |
containerClassname | string | No | A CSS class applied on component container | |
imageClassname | string | No | A CSS class to be applied on the image element | |
name | string | No | Name of the Avatar. If the image is not available, use first letters of the name | |
avatarSize | number | No | The width and height attributes for the container element | |
iconSize | number | No | The size attribute for the Icon element | |
typographyFontSize (deprecated) | TokenisedTypographyProps['fontSize'] | No | The fontSize attribute for the Typography element | |
src | string | No | Image source for the Avatar | |
url | string | No | Url to go to on click | |
imageAltText | string | No | Alternative text for an image element | |
imageLoading | React.ImgHTMLAttributes<HTMLImageElement>['loading'] | No | Optional property to indicate how the browser should load images on img tags |
Please visit personio.design for usage guidelines and visual examples.
If you're interested in contributing, please visit our contribution page.
FAQs
Avatar UI component for the Personio UI Library
The npm package @highlight-ui/avatar receives a total of 122 weekly downloads. As such, @highlight-ui/avatar popularity was classified as not popular.
We found that @highlight-ui/avatar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.