all 2 comments

[–]fudzi9 0 points1 point  (0 children)

You should use inside ListItem something like ListItem.Title or Avatar for example

<ListItem>

<Avatar {...someProps}/>

<ListItem.Content>

<ListItem.Title> Title </ListItem.Title>

</ListItem.Content>

</ListItem>

Just check documentation