Open Closed

How to develop a new set of themes in angular? #3810


User avatar
0
15937823 created

How to develop a new set of themes in angular? Are there relevant documents?

  • ABP Framework version: v6.0.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

1 Answer(s)
  • User Avatar
    0
    muhammedaltug created

    Hello,

    We have no document for this topic. But we have plans to write a blog post that explains our development experiment and the issues we faced.

    In general, you basically need to be aware of the following if you want to create a new theme for ABP.

    • Abp packages don't have a dependency directly on theme packages (Theme basic, theme lepton, lepton-x), but bootstrap classes are used in packages. You may want to modify bootstrap
    • Layouts defined in theme packages (Application Layout, Account Layout, Empty Layout).
    • You can examine ThemeBasic's code.
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11