Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit 65ae68a

Browse files
committed
Update README.md
1 parent c5c2e52 commit 65ae68a

File tree

5 files changed

+36
-1
lines changed

5 files changed

+36
-1
lines changed

README.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Enisn.Abp.AspNetCore.Mvc.UI.Theme.Material
2-
A meterial theme for [ABP Framework](/abpframework/abp).
2+
[Material Design](https://mdbootstrap.com/) theme for [ABP Framework](/abpframework/abp).
3+
4+
## Showcase
5+
6+
![preview-landing](art/screenshots/preview-landing.png)
7+
8+
![identity-roles](art/screenshots/preview-identity-roles.png)
9+
10+
![preview-cmskit-blogposts](art/screenshots/preview-cmskit-blogposts.png)
11+
12+
![public](art/screenshots/preview-public.png)
313

414

515
## Installation
@@ -33,3 +43,28 @@ dotnet add package Enisn.Abp.AspNetCore.Mvc.UI.Theme.Material
3343
// ...
3444
```
3545

46+
47+
48+
## Configuration
49+
50+
### Using Public Layout
51+
52+
- You can force to use Public layout for entire application via adding `Pages/_ViewStart.cshtml`
53+
54+
- If you want to use Public layout **only** CmsKit pages, you must place it to `Pages/Public/_ViewStart.cshtml`
55+
56+
57+
58+
```razor
59+
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
60+
@inject IThemeManager ThemeManager
61+
@{
62+
Layout = ThemeManager.CurrentTheme.GetPublicLayout();
63+
}
64+
```
65+
66+
67+
68+
## Credits
69+
70+
- [MDB - Material Design for Bootstrap 5 & 4 (mdbootstrap.com)](https://mdbootstrap.com/)
424 KB
Loading
277 KB
Loading
407 KB
Loading

art/screenshots/preview-public.png

994 KB
Loading

0 commit comments

Comments
 (0)