I'm new to Radzen for Blazor and I really like it.
I add a button:
<RadzenButton Click="@((args) => NavigationManager.NavigateTo("/Logout", true))" Text="Logout" Icon="exit_to_app" ButtonStyle="ButtonStyle.Secondary"/>
Which works well.
When on smaller screens I would like to use a smaller version of this button and hide to text label to show only the icon.
Using bootstrap classes I can do this, but how to do this with the Radzen syntax?