Constructor
# new Header(props) → {React.ReactElement}
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 |
onBodyChange |
function | Callback fired when body was changed. |
onColorsChange |
function | Callback fired when colours were changed. |
React.ReactElement