// Theme switch button. The framework's theme runtime binds the click // (data-wire-theme-toggle), so no component JS is needed. component ThemeToggle { props { label = "Toggle theme" class = "" } view { } }