Theming
Style your app in light mode and dark mode.
Microapp provides SDKs to manage the user’s theme mode, and then passes it to your microapp so that you can style content accordingly.
Here is how you can use the theme in your microapp:
When developing locally, you can use the sandbox configuration to test different user preferences. In production, initialize without any parameters to automatically detect the user’s preferences.
It’s as easy as that!