Socket
Socket
Sign inDemoInstall

@logo-elements/avatar-group

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logo-elements/avatar-group

A web component for grouping multiple `<logo-elements-avatar>` components together.


Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

@logo-elements/avatar-group

A web component for grouping multiple <logo-elements-avatar> components together.

npm version

<logo-elements-avatar-group max-items-visible="3"></logo-elements-avatar-group>
<script>
  document.querySelector('logo-elements-avatar-group').items = [
    { name: 'Foo Bar', colorIndex: 1 },
    { colorIndex: 2 },
    { name: 'Foo Bar', colorIndex: 3 },
    { colorIndex: 4 }
  ];
</script>

Installation

Install the component:

npm i @logo-elements/avatar-group -s

Once installed, import the component in your application:

import '@logo-elements/avatar-group';

For more detailed information, please visit:

Logo Elements Documentation ↗

Keywords

FAQs

Package last updated on 07 Oct 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc