16 lines
388 B
Plaintext
16 lines
388 B
Plaintext
@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>
|