Props for the Avatar component.
<Avatar url="https://images.example.com/profiles/taylor.jpg" name="Taylor Swift" size={36}/> Copy
<Avatar url="https://images.example.com/profiles/taylor.jpg" name="Taylor Swift" size={36}/>
Optional
Display name used to compute single-character fallback initial when url is absent.
url
Diameter of the circular avatar in density-independent pixels.
32 Copy
32
Remote image URL for the avatar picture.
Props for the Avatar component.
Example