Styling for ANDP MicroApps

The ANDP MicroApps can be styled and adapted to project-specific requirements. This styling is a concept of its own: it is based on React Native StyleSheets and is not the portal styling. It is technically independent of the portal styles-src. Thus, the portal style-src has no influence whatsoever on the MicroApps:

  • Messages App

  • Business Cases App

  • Tasks App

  • FormGen App

The portal styles-src is used only for the portal that integrates these MicroApps – i.e. for elements such as the navigation bar, the login menu, the footer, the service catalog, and so on.

Customizing the styling

How to customize this styling in a project – project-specific overrides, the platform-dependent .web.ts / .native.ts files, central theming, font integration, and custom CSS for web pseudo-classes – is described in detail in the FormGen documentation.

Note

See the CMS FormGen Documentation for the full styling and theming guide.

The mechanism is the same across the MicroApps: each app follows the analogous structure, just within its own package. The FormGen guide therefore applies to the other apps as well – you carry out the equivalent customizations in the respective app.