bitprj / bit-frontend

Frontend for the LMS (Learning Management System)
https://bitproject.org
13 stars 6 forks source link

Modify [AvatarGroup] to display Names #19

Closed poroia closed 4 years ago

poroia commented 4 years ago

Right now, AvatarGroup (src/components/shared/high/AvatarGroup) takes in a collection of children that get recomposed and cloned to have proper spacing and size specified by AvatarGroup. We may need to add another capability to the component where an array of objects with names are passed to the AvatarGroup which then gets mapped out onto the child clone and write names to the side.

Need to be added:

image This can be seen under the Explore Page on the Middle component (also known as FeaturedContent) on the Figma