-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rel-9.0' of https://github.com/abpframework/abp into re…
…l-9.0
- Loading branch information
Showing
4 changed files
with
41 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
Read this document [here](../../framework/ui/mvc-razor-pages/basic-theme.md). | ||
# Basic Theme | ||
|
||
The Basic Theme is a minimalist theme that doesn't add any styling on top of the plain [Bootstrap](https://getbootstrap.com/) styles. You can take the Basic Theme as the base theme and build your own theme or styling on top of it. Here, a screenshot from the theme: | ||
|
||
![basic-theme-application-layout](../../images/basic-theme-application-layout.png) | ||
|
||
|
||
See the [Theming document](../../framework/ui/mvc-razor-pages/theming.md) to learn about themes. | ||
|
||
## User Interfaces | ||
|
||
The Basic Theme has implementation for the following UI types: | ||
|
||
- [MVC UI](../../framework/ui/mvc-razor-pages/basic-theme.md) | ||
- [Blazor UI](../../framework/ui/blazor/basic-theme.md) | ||
- [Angular UI](../../framework/ui/angular/basic-theme.md) | ||
|