--- import Avatar from '@components/ui/avatars/Avatar.astro'; const { avatars, rating, reviews } = Astro.props; interface Props { avatars?: Array; rating?: string; reviews?: string; } ---
{/* Avatar Group */}
{ avatars?.map(src => ( )) } Demo