The QuitButton abstraction is just an instance of the Button interface (see See section Command button abstraction) that quits the application when you hit it:
quitButton :: Component (Button (), DisplayHandle)