Function: AppBarMain()
AppBarMain(
boxProps):Element
The AppBarMain component serves as a wrapper for the navigation bar and page content.
The AppBar.Main props extend from Material UI's Box (opens in a new tab) component props, so every prop is interchangeable between those two.
Parameters
| Parameter | Type | Description |
|---|---|---|
boxProps | BoxProps<"div", object> | MUI BoxProps (opens in a new tab) |
Returns
Element
See
Defined in
packages/react-material-ui/src/components/AppBar/AppBarMain.tsx:14 (opens in a new tab)