constellation · actor grid

<atproto-reposters>

Avatar grid of accounts that reposted a post.

<atproto-reposters src="at://..."></atproto-reposters>
NameTypeDefaultDescription
src * string Post AT-URI or bsky.app URL.
limit number 16 Avatars per page.
constellation string Override the Constellation endpoint.

External CSS can target these via atproto-reposters::part(<name>) { ... }.

PartWhat it is
head'N reposts' counter.
gridAvatar grid container.
actor / actor-avatarEach avatar tile.
loadmore / emptyPagination + empty-state.

The repost sibling of <atproto-likers>. Same actor-grid base, same parts, same styling hooks — just queries app.bsky.feed.repost:subject.uri instead of the like collection.

A like is ephemeral endorsement; a repost is a commitment to put the content in front of the reposter's followers. On most platforms, repost is the signal with reach — likes are private, reposts propagate. For engagement analytics, reposters is often the more interesting grid.

<atproto-likers> for likes, <atproto-quoters> for quote-posts (different from reposts — quotes include new commentary).