diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml index 83c3847adb..8fef06bba3 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml @@ -4,32 +4,218 @@ ViewData["Title"] = "Index"; } -

Components

- - +@section styles { + +} +
+
+
+ + + + Alerts + + + +
+
+ + + + Badges + + + +
+
+ + + + Borders + + + +
+
+ + + + Breadcrumbs + + + +
+
+ + + + Buttons + + + +
+
+ + + + Button Groups + + + +
+
+ + + + Cards + + + +
+
+ + + + Carousel + + + +
+
+ + + + Collapse + + + +
+ +
+ + + + Dropdowns + + + +
+
+ + + + Dynamic Forms + + + +
+
+ + + + Form Elements + + + +
+
+ + + + Grids + + + +
+
+ + + + List Groups + + + +
+
+ + + + Modals + + + +
+
+ + + + Navs + + + +
+
+ + + + Paginator + + + +
+
+ + + + Popovers + + + +
+
+ + + + Progress Bars + + + +
+
+ + + + Tables + + + +
+
+ + + + Tabs + + + +
+
+ + + + Tooltips + + + +
+
+
\ No newline at end of file diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css new file mode 100644 index 0000000000..83f07b09ee --- /dev/null +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css @@ -0,0 +1,4 @@ +a{ + color:black; + text-decoration: none; +} \ No newline at end of file