Viewer to Server
This commit is contained in:
15
View/Pages/Index.razor
Normal file
15
View/Pages/Index.razor
Normal file
@ -0,0 +1,15 @@
|
||||
@page "/index"
|
||||
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using IgniteUI.Blazor.Controls
|
||||
|
||||
@namespace OI.Metrology.View
|
||||
|
||||
<PageTitle>Index</PageTitle>
|
||||
|
||||
<IgbChip Size="SizableComponentSize.Medium" Selectable="false" Removable="false">
|
||||
<span slot="start">
|
||||
<IgbIcon @ref="@BrushIconRef" IconName="brush" Collection="material" ></IgbIcon>
|
||||
</span>
|
||||
Start Slot
|
||||
</IgbChip>
|
Reference in New Issue
Block a user