how to make button a link in material u code example
Example 1: react router link to material ui component
<MaterialUiComponent
component={Link}
to="/url">
Click here
</MaterialUiComponent>
Example 2: mui link
import Link from '@material-ui/core/Link';
// or
import { Link } from '@material-ui/core';