Render Target
The playground renders whichever thing was created last: a standalone component or aPrefabApp. Create a PrefabApp after your components and it becomes the output, bringing its theme and mode along.
For explicit control, define main() and return whatever you want rendered:
main() always takes priority when your code creates multiple components or apps.
Themes
Themes fromPrefabApp apply in the playground the same as in production. The toolbar’s theme picker overrides the code-defined theme when active; selecting “Code” restores it.
See the themes docs for Basic, Dashboard, Presentation, and custom themes.