WarningLegacy version 5 documentation. View current documentation.

API

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.

Props

<MaximizeButton> accepts no props.

Usage

Here's how the <MaximizeButton> component is used in the default window title bar:

<WindowTitleBarShell>
	...
	<div className="fsbl-header-right">
		...
		<MaximizeButton />
		...
	</div>
	...
</WindowTitleBarShell>