Add header for game list #3
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace GameIdeas.BlazorApp.Pages.Games.Components
|
||||
{
|
||||
public partial class GameHeader
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="header-tab">
|
||||
<div class="icon" @onclick="HandleIconClicked">
|
||||
<img src="icon.png" alt="Game Ideas">
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,10 @@
|
||||
namespace GameIdeas.BlazorApp.Shared.Components;
|
||||
|
||||
public partial class Header
|
||||
{
|
||||
|
||||
private Task HandleIconClicked()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user