You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
436 B
20 lines
436 B
@page "/"
|
|
@using Connected.Components;
|
|
@using Connected.Enums;
|
|
@using Connected.Models.Modal;
|
|
@using Connected.Models;
|
|
@using Connected.Services;
|
|
@using Connected.Utilities;
|
|
|
|
<h1 style="text-align:center;">Component Example page</h1>
|
|
|
|
<ul>
|
|
<li><Link Class="m-1" Url="modal" Text="Modal dialog" Target="Target.Self" /></li>
|
|
<li><Link Class="m-1" Url="button" Text="Button" Target="Target.Self" /></li>
|
|
</ul>
|
|
|
|
|
|
|
|
@code {
|
|
|
|
} |