Join Slack
Powered by
So now we can use standard functions to build decl...
# kilua
r
Robert Jaros
05/27/2024, 5:46 PM
So now we can use standard functions to build declarative UI the usual way:
Copy code
div { button("A button") { onClick { println("clicked") } } }
2
Views
Open in Slack
Previous
Next