Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Add a text above an image using MudBlazor

$
0
0

I need to implement this kind of view using mudblazor image components:

I need to show the images with its titles like this

I got the images correct, but how can I add text on top of the image like in the picture above? Here is my code:

<MudGrid>u/foreach (var item in tabscatitm){<MudItem xs="3" ><MudImage Src=@item.ItemImageUrl Height="120" Width="120" u/onclick="ItemClick"       Class="rounded-lg"Style="border:thin;border-color:darkgray;border-radius:10px"/><MudText Typo="Typo.h6">@item.ItemName</MudText><MudText Typo="Typo.body2">@item.ItemShortName</MudText></MudItem>}</MudGrid>

Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>