Skip to content

Commit

Permalink
Update docs/data/toolpad/core/components/use-notifications/use-notifi…
Browse files Browse the repository at this point in the history
…cations.md

Signed-off-by: Jan Potoms <[email protected]>
  • Loading branch information
Janpot authored Feb 12, 2025
1 parent d33aa39 commit a587225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Notification providers can be nested. That way you can scope the notifications t

## Customization

If you want to customize the notification experience, such as the position of the notification, you can provide a custom [`Snackbar`](https://mui.com/material-ui/react-snackbar/) configuration to the `NotificationsProvider`. Applying these configurations at the provider level will globally set the behavior of all notifications in your application.
To customize the notification experience, such as the position of the notification, provide a custom [`Snackbar`](https://mui.com/material-ui/react-snackbar/) configuration to the `NotificationsProvider`. When applied at the provider level, this configuration globally sets the behavior for all notifications in your application.

```js
<NotificationsProvider
Expand Down

0 comments on commit a587225

Please sign in to comment.