Data Display
Avatar Group
A row of overlapping avatars with an overflow "+N" chip — data-driven or composed from Avatar children.
Import
import { AvatarGroup } from "@countryclub/ui-react";Default
Pass an `items` array and a `max` to cap the visible avatars; the rest collapse into a count.
Composed
Compose Avatar children directly — including an AvatarAddButton — for full control.