
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@vaadin/avatar-group
Advanced tools
<vaadin-avatar-group> is a Web Component providing avatar in groups displaying functionality.
Live Demo ↗ | API documentation ↗
<vaadin-avatar-group max-items-visible="3"></vaadin-avatar-group>
<script>
document.querySelector('vaadin-avatar-group').items = [
{ name: 'Foo Bar', colorIndex: 1 },
{ colorIndex: 2 },
{ name: 'Foo Bar', colorIndex: 3 },
{ colorIndex: 4 }
];
</script>
Install vaadin-avatar-group:
npm i @vaadin/avatar-group --save
Once installed, import it in your application:
import '@vaadin/avatar-group/vaadin-avatar-group.js';
Vaadin components use the Lumo theme by default.
To use the Material theme, import the correspondent file from the theme/material folder.
The component with the Lumo theme:
theme/lumo/vaadin-avatar-group.js
The component with the Material theme:
theme/material/vaadin-avatar-group.js
Alias for theme/lumo/vaadin-avatar-group.js:
vaadin-avatar-group.js
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
Apache License 2.0
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
FAQs
vaadin-avatar-group
The npm package @vaadin/avatar-group receives a total of 40,712 weekly downloads. As such, @vaadin/avatar-group popularity was classified as popular.
We found that @vaadin/avatar-group demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.