...
This commit is contained in:
11
TaxPayerFull/CUSComponent/Notifications.razor
Normal file
11
TaxPayerFull/CUSComponent/Notifications.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
@using Shared.DTOs
|
||||
<h3>Notifications</h3>
|
||||
<h3>@items.Count()</h3>
|
||||
|
||||
<Alert Color="AlertColor.Warning" Dismissable="true"> <strong>Holy guacamole!</strong> You should check in on some of those fields below. </Alert>
|
||||
|
||||
|
||||
@code {
|
||||
|
||||
[Parameter] public List<AlertDTO> items { get; set; }
|
||||
}
|
Reference in New Issue
Block a user