Module: components/AppBar

AppBar component, works as header for the whole page.

Parameters:
Name Type Description
props Object
Properties
Name Type Description
handleDrawer function

Function for opening and closing a drawer component

Source:
Example
<AppBar handleDrawer={...} />