The <Quit> component is a <MenuItem> component that quits the SmartDesktop on click. It is included in the default File Menu.
<Quit>
<MenuItem>
<Quit> accepts no props.
You can use the <Quit> component from any menu:
<Menu> ... <Quit /> ... </Menu>