defmodule PyrauiWeb.DocsLive.AvatarGroupDocs do use PyrauiWeb, :html def render(assigns) do ~H"""
Avatar group component for displaying multiple users in a row with overlapping avatars. Supports online status indicators and overflow count.
<.avatar_group users={@users} max_visible={5} />
Small
Medium
Large
| Prop | Type | Default | Description |
|---|---|---|---|
| users | list | - | List of user maps with :name, :avatar, :online |
| max_visible | integer | 5 | Maximum number of avatars to show |
| size | atom | :md | Avatar size (:sm, :md, :lg) |