We to try customize LepthonX, to remove the top bar, the right side bar and the footer, however we can’t. We also try to add some buttons to the left side bar at the bottom, but we can’t either. I can’t find any documentation on this, can you help us?
- ABP Framework version: v7.0.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Angular
2 Answer(s)
-
0
Hi,
We have document you can check: https://docs.abp.io/en/commercial/latest/themes/lepton-x/angular#customization
-
0
First, I would make a custom application layout with ABP Replacable Component System. https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement#how-to-replace-a-layout
Then you can use some lepton x components on your custom layout.
Here the example documentation link https://github.com/abpio/abp-commercial-docs/blob/dev/en/themes/lepton-x/how-to-use-lepton-x-components-with-angular-custom-layout.md