FilamentApp
Entry point for Filament-powered Compose web apps.
Handles the full lifecycle:
Initializes the Filament WASM module and spreads globals
Creates a full-viewport root element in the DOM
Mounts a ComposeViewport and renders content
Usage:
fun main() = FilamentApp { App() }Content copied to clipboard
The hosting index.html only needs to load filament.js before the application script — no <div id="root"> is required.