Dana includes two different frameworks for developing graphical application. One of these is focused on event-driven desktop applications, including a rich set of widgets and a simple framework to create your own widgets. The second supports direct frame-by-frame render loop applications which directly control what is rendered to the screen in each frame.
You can view a range of examples in both categories at the package-level documentation for the ui package.