Add binding onSet demo #37

Merged
lambdaclan merged 15 commits from binding-reactor-demo into main 2024-07-04 21:46:17 +02:00
Showing only changes of commit 2dd5c52930 - Show all commits

View File

@ -55,6 +55,13 @@ struct Demo: App {
.closeShortcut()
.defaultSize(width: 400, height: 250)
.title("Form Demo")
Window(id: "binding-reactor-demo", open: 0) { _ in
BindingReactorDemo.WindowContent()
}
.closeShortcut()
.defaultSize(width: 400, height: 250)
.title("Binding Reactor Demo")
Window(id: "navigation", open: 0) { _ in
NavigationViewDemo.WindowContent()
}