Avatar Group

Displays a group of avatars along with rating stars and the number of ratings.

35+ developers liked this

Usage

import { AvatarGroup } from "@/app/_components/ui/avatars-group";
<AvatarGroup  count={100}  rating={5}  imageUrls={[Avatar1.src, Avatar2.src, Avatar3.src, Avatar4.src]}/>

Props

NameTypeDefaultDescription
countnumber10The number of ratings to display.
ratingnumber5The average rating.
imageUrlsstring[][]The URLs of the images to display.