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