How to add Link inside button in React | Material UI | NLC
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
<MuiLink
to={`/gate-entry/gate-entry-details/${params.id}`}
component={Link}
style={{ textDecoration: "none", marginBottom: "8px" }}
>
<NewCommonButton icon={<EditIcon />} isEdit={true}>
Edit
</NewCommonButton>
</MuiLink>