Text Buttons

using Fugl

function MyApp()
    Container(
        TextButton("Some Text", on_click=() -> println("Clicked"))
    )
end

screenshot(MyApp, "textButton.png", 400, 150);

Text Button