Answers for "Link no style react"

3

react link underline

<Link to="first" style={{ textDecoration: 'none' }}>
  <MenuItem style={{ paddingLeft: 13 }}>Team 1</MenuItem>
</Link>
Posted by: Guest on February-16-2020
1

remove underline from hyperlink react

You can add style={{ textDecoration: 'none' }}
Posted by: Guest on January-11-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language