Added various icons to use for input prefixes. Updated pagination cocmponent.
This commit is contained in:
8
JSMR.UI.Blazor/Components/Card.razor
Normal file
8
JSMR.UI.Blazor/Components/Card.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="j-card-2">
|
||||
@ChildContent
|
||||
</div>
|
||||
|
||||
@code {
|
||||
[Parameter]
|
||||
public RenderFragment? ChildContent { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user