jmgaya / react-primercss

React ❤️ http://primercss.io
https://jmgaya.github.io/react-primercss/
MIT License
7 stars 0 forks source link

Review Avatar #1

Closed jmgaya closed 6 years ago

jmgaya commented 6 years ago

Instead of hardcoding the proper URLs, we should expose several components (with their properties) for being able to display avatars.

jmgaya commented 6 years ago

Fixed by:

export default {
    Square: SquareAvatar,
    Group: AvatarGroup,
    GroupItem: AvatarGroupItem
};