-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] ListItemAvatar - Be able to provide all Avatar props #2008
Comments
Hey!! @talkor is anyone working on this? |
Not that I know of, if you want go ahead! Thanks! |
Sure I'll take that up. Can you please assign it to me? |
@MohammedHaris96 removing you as a assignee to give other the option to take this task, but if you still want feel free to take it anyway :) Thanks |
Hey @talkor, Thanks! |
We are really happy to see this engagement in the recent issues, but there's no need to assign specific people, simply open a PP :) Thanks! |
Sababa, will do :) |
Currently
ListItemAvatar
component can get only a few props (e.g.src
,type
,size
). It should be able to get allAvatar
props (AvatarProps
). It can be achieved by extending theListItemAvatarProps
toAvatarProps
and spreading the avatar props into the component.Monday ticket (internal): https://monday.monday.com/boards/3532714909/pulses/5741029337
The text was updated successfully, but these errors were encountered: