Simple Links
<MudLink Href="#">Default</MudLink> <MudLink Href="#" Typo="Typo.subtitle1">Different typography</MudLink> <MudLink Href="#" Disabled="true">Disabled link</MudLink>
Inline Links
Caption text with an inline link inherits the smaller typography.
<MudText Typo="Typo.caption"> Caption text with an <MudLink Href="#">inline link</MudLink> inherits the smaller typography. </MudText>