Desktop Apps

Build native desktop applications for Windows, macOS, and Linux using the use desktop module.

Native Window

use desktop

component MainWin {
  render {
    <Window title="ErikrafT Desktop" width={800} height={600}>
      <h1>Welcome to Native ErikrafT</h1>
    </Window>
  }
}