Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ This can be done via the `branding` prop in the [AppProvider](https://mui.com/to
{{"demo": "DashboardLayoutBranding.js", "height": 400, "iframe": true}}

:::info
Optionally, a specific `branding` can also be passed as a prop to the `DashboardLayout` component itself, which properties take precedence over any properties of the `branding` prop passed to the `AppProvider`.
Optionally, you can also pass a specific `branding` object as a prop to the `DashboardLayout` component itself.
When applied this way, the properties of this object take precedence over the properties of the `branding` prop passed to the `AppProvider`.

You may also override the default branding by passing in your own component to the `appTitle` slot, as shown in the [Slots section](#slots).
:::
Expand All @@ -49,7 +50,8 @@ The `navigation` prop in the [AppProvider](https://mui.com/toolpad/core/react-ap
The flexibility in composing and ordering these different elements allows for a great variety of navigation structures to fit your use case.

:::info
Optionally, a specific `navigation` can also be passed as a prop to the `DashboardLayout` component itself, which takes complete precedence over any `navigation` prop passed to the `AppProvider`.
Optionally, you can also pass a specific `navigation` as a prop to the `DashboardLayout` component itself.
When applied this way, this `navigation` takes complete precedence over the `navigation` prop passed to the `AppProvider`.
:::

### Navigation links
Expand Down