Class

Header

Header(props) → {React.ReactElement}

Constructor

Overview

The AppBar and Toolbar components from Material-UI with custom styling. For full documentation check out Material-UI docs on AppBar and Toolbar.

Usage

ProjectMenu should be provided via the children property.
Parameters:
Name Type Description
props Object
appBarRef Object

A reference object forwarded to the AppBar component.

children React.ReactElement

Should be the ProjectMenu element.

onBodyChange function

Callback fired when body was changed.

onColorsChange function

Callback fired when colours were changed.

View Source Header/Header.js, line 39

React.ReactElement