We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, ExploreViewLink is only using Next Link component. Therefore default Mui Link styles are not being applied to the link.
Link
component
TypographyProps
props
The text was updated successfully, but these errors were encountered:
hunterckx
No branches or pull requests
Currently, ExploreViewLink is only using Next Link component. Therefore default Mui Link styles are not being applied to the link.
Approach
Link
from Mui, and pass in Next Link via thecomponent
prop. See Link component for an example.TypographyProps
andprops
to ExploreViewLink and pass these in via theLink
component.DOD
TypographyProps
like variant/colour are responsive.The text was updated successfully, but these errors were encountered: