The <MaximizeButton>
component is button for the window title bar that maximizes the window.
Even when used in the window title bar's template, the <MaximizeButton>
will only show itself for components that have
the feature enabled in config. See the config reference.
<MaximizeButton>
accepts no props.
Here's how the <MaximizeButton>
component is used in the default window title bar:
<WindowTitleBarShell>
...
<div className="fsbl-header-right">
...
<MaximizeButton />
...
</div>
...
</WindowTitleBarShell>