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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Aug 12, 2021
1 parent c5c2e52 commit 65ae68a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Enisn.Abp.AspNetCore.Mvc.UI.Theme.Material
A meterial theme for [ABP Framework](/abpframework/abp).
[Material Design](https://mdbootstrap.com/) theme for [ABP Framework](/abpframework/abp).

## Showcase

![preview-landing](art/screenshots/preview-landing.png)

![identity-roles](art/screenshots/preview-identity-roles.png)

![preview-cmskit-blogposts](art/screenshots/preview-cmskit-blogposts.png)

![public](art/screenshots/preview-public.png)


## Installation
Expand Down Expand Up @@ -33,3 +43,28 @@ dotnet add package Enisn.Abp.AspNetCore.Mvc.UI.Theme.Material
// ...
```



## Configuration

### Using Public Layout

- You can force to use Public layout for entire application via adding `Pages/_ViewStart.cshtml`

- If you want to use Public layout **only** CmsKit pages, you must place it to `Pages/Public/_ViewStart.cshtml`



```razor
@using Volo.Abp.AspNetCore.Mvc.UI.Theming
@inject IThemeManager ThemeManager
@{
Layout = ThemeManager.CurrentTheme.GetPublicLayout();
}
```



## Credits

- [MDB - Material Design for Bootstrap 5 & 4 (mdbootstrap.com)](https://mdbootstrap.com/)
Binary file added art/screenshots/preview-cmskit-blogposts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshots/preview-identity-roles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshots/preview-landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/screenshots/preview-public.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65ae68a

Please sign in to comment.