INIT
This commit is contained in:
18
EnvelopeGenerator.ReceiverUI/Pages/Index.razor
Normal file
18
EnvelopeGenerator.ReceiverUI/Pages/Index.razor
Normal file
@@ -0,0 +1,18 @@
|
||||
@page "/"
|
||||
|
||||
<h2 class="pb-2">Blazor Components</h2>
|
||||
<p class="pb-2 mw-1100">
|
||||
Our Blazor UI components will help you create intuitive and highly-refined user experiences for both Blazor Server (ASP.NET Core) and Blazor WebAssembly hosting models.
|
||||
</p>
|
||||
<div class="pb-2 mw-1100">
|
||||
<img class="fit-width" src="images/banner.png" />
|
||||
</div>
|
||||
|
||||
<h2 class="mb-4 mt-4">Helpful Resources</h2>
|
||||
|
||||
<ul>
|
||||
<li><a class="helplink" href="https://demos.devexpress.com/blazor/ReportViewer/" target="_blank">Online Demos</a></li>
|
||||
<li><a class="helplink" href="https://github.com/DevExpress-Examples/Reporting-Blazor-Getting-Started" target="_blank">Examples</a></li>
|
||||
<li><a class="helplink" href="https://docs.devexpress.com/XtraReports/401676/web-reporting/blazor-reporting" target="_blank">Documentation</a></li>
|
||||
<li><a class="helplink" href="https://www.devexpress.com/support/training/blazor/" target="_blank">Free Blazor Training Course</a></li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user