Answers for "url in listitem react"

0

url in listitem react

<List>
  <ListItem button component="a" href="https://www.google.com">
    <ListItemText primary="Google" />
  </ListItem>
</List>

// internal links should use component={Link} with a "to" attribute.
Posted by: Guest on October-23-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language