Published
- 1 min read
react material ui button router link
The solution for this is noted below
react material ui button router link
Solution
import Button from '@material-ui/core/Button'
import { Link } from 'react-router-dom'
//...
;<Button component={Link} to='/about' variant='contained' color='primary'>
About Page
</Button>
Try other methods by searching on the site. That is if this doesn’t work