Skip to content

Instantly share code, notes, and snippets.

@marcprux
Created November 29, 2022 15:06
Show Gist options
  • Save marcprux/43e9d430fb06937a38930d6b057523a0 to your computer and use it in GitHub Desktop.
Save marcprux/43e9d430fb06937a38930d6b057523a0 to your computer and use it in GitHub Desktop.
import ui;
ui.VStack([
ui.Text("Hello App!").font(ui.Font.largeTitle),
ui.Text("(saving changes will automatically reload the UI)").font(ui.Font.caption)
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment