mirror of https://github.com/abpframework/abp
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.
18 lines
496 B
18 lines
496 B
@page
|
|
@model Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.IndexModel
|
|
@{
|
|
ViewData["Title"] = "Index";
|
|
}
|
|
|
|
<h2>Components</h2>
|
|
|
|
<ul>
|
|
<li><a asp-page="Components/Buttons">Buttons</a></li>
|
|
<li><a asp-page="Components/Grids">Grids</a></li>
|
|
<li><a asp-page="Components/Cards">Cards</a></li>
|
|
<li><a asp-page="Components/DynamicForms">Dynamic Forms</a></li>
|
|
<li><a asp-page="Components/Tabs">Tabs</a></li>
|
|
<li><a asp-page="Components/Dropdowns">Dropdowns</a></li>
|
|
</ul>
|
|
|