Fermion Theme Module
You must have an VCP Team or a higher license to use this theme.
The Fermion Theme is a professional theme for the VCP.
- Built on the Bootstrap 5 library.
- 100% compatible with Bootstrap 5 HTML structure and CSS classes
- Responsive & mobile-compatible.
- Provides different styles like Material, Dark, Light.
- Provides styles for Datatables.
A screenshot from the light style of the theme:
See all the theme styles and create a demo to see it in action.
How to Install
Fermion Theme module can be pre-installed to the startup templates, if you specify the theme as FermionTheme (see the CLI documentation). So, no need to manually install it.
Packages
This module follows the module development best practices guide and consists of several NuGet and NPM packages. See the guide if you want to understand the packages and relations between them.
NuGet Packages
- Verto.Vcp.FermionTheme.Management.Domain.Shared
- Verto.Vcp.FermionTheme.Management.Domain
- Verto.Vcp.FermionTheme.Management.Application.Contracts
- Verto.Vcp.FermionTheme.Management.Application
- Verto.Vcp.FermionTheme.Management.HttpApi
- Verto.Vcp.FermionTheme.Management.HttpApi.Client
- Verto.Vcp.FermionTheme.Management.Web
- Verto.Vcp.AspNetCore.Mvc.UI.Theme.Fermion
NPM Packages
- @verto/vcp.ng.theme.fermion
User Interface
Fermion Theme module doesn't provide any UI pages. It just changes the existing UI pages of an application. Here are some sample pages:
Login page
Languages Page
Pages
This module doesn't define any pages.
Identity Module Settings UI
Fermion Theme module adds a new tab to the Settings page to customize the behavior on runtime.
Internals
Settings
See the FermionThemeSettingNames
class members for all settings defined for this module.
Permissions
See the FermionThemeManagementPermissions
class members for all permissions defined for this module.
Source code
To download the source-code of the Fermion Theme use the following CLI command:
vcp get-source Verto.Vcp.FermionTheme # for new VCP CLI
If you are using the old VCP CLI, you can use the following command:
vcp get-source Verto.FermionTheme
Fermion Theme Customization
Checkout how to customize the Fermion Theme to change your website’s overall look.