defmodule PyrauiWeb.DocsLive.ConnectionsWidgetDocs do use PyrauiWeb, :html def render(assigns) do ~H"""
Social-style connections list with avatars, status indicators, mutual counts, and custom actions.
<.connections_widget
connections={@connections}
current_user={@current_user_id}
type={:followers}
max_display={5}
>
<:action>
<button class="btn btn-secondary">View All</button>
</:action>
</.connections_widget>
type
attribute.