docs/en/ui-themes/lepton/index.md
//[doc-seo]
{
"Description": "Discover the Lepton Theme for ABP: a responsive, Bootstrap 5-compatible theme with multiple styles and easy installation options."
}
You must have an ABP Team or a higher license to use this theme.
The Lepton Theme is a professional theme for the ABP.
A screenshot from the light style of the theme:
See all the theme styles and create a demo to see it in action.
Lepton Theme module can be pre-installed to the startup templates, if you specify the theme as LeptonTheme (see the CLI documentation). So, no need to manually install it.
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.
Lepton Theme module doesn't provide any UI pages. It just changes the existing UI pages of an application. Here are some sample pages:
This module doesn't define any pages.
Lepton Theme module adds a new tab to the Settings page to customize the behavior on runtime.
See the LeptonThemeSettingNames class members for all settings defined for this module.
See the LeptonThemeManagementPermissions class members for all permissions defined for this module.
To download the source-code of the Lepton Theme use the following CLI command:
abp get-source Volo.Abp.LeptonTheme # for new ABP CLI
If you are using the old ABP CLI, you can use the following command:
abp get-source Volo.LeptonTheme
Checkout how to customize the Lepton Theme to change your website’s overall look.