Button Demo
The Button is a very straightforward component. You give it a position, a label and a click event handler. Resize it if you need to.
In this demo, the two buttons call two different handlers. One increments a value and displays it in a label. The other decrements it and displays it.
Source: