Skip to content

components/bits/StandardPageAppBar#

StandardPageAppBar()#

function StandardPageAppBar(props): Element;

Standard Page AppBar

Provides the default AppBar structure with Temperature, UserMenu, and proper grid layout. Plugins only need to provide their custom form and shortcut content.

Parameters#

Parameter Type
props StandardPageAppBarProps

Returns#

Element

Example#

<StandardPageAppBar
  form={<MyControls />}
  shortcut={<MyToggle />}
/>