tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Is it possible to use image in avatar in List component? #409

Closed Tushant closed 7 years ago

Tushant commented 7 years ago

I tried using image in avatar in List component but its not working. I dont know if its possible or not. What i tried is

avatar={movie.imageUrl}

I want to design the list as in the screenshot i have attached

http://imgur.com/a/nLuj8

What might be the solution for this?

Tushant commented 7 years ago

I found the solution.

it should be

avatar={<img src={movie.imageUrl} />}