Skip to content

How to set position for notifications? #4669

Discussion options

You must be logged in to vote

Sure thing, you could set the anchorOrigin in the NotificationsProvider:

<NotificationsProvider
  slotProps={{
    snackbar: {
      anchorOrigin: { vertical: 'bottom', horizontal: 'right' },
    },
  }}
>

example

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Janpot
Comment options

@jakobmerrild
Comment options

@Firgrep
Comment options

@jakobmerrild
Comment options

@jakobmerrild
Comment options

Answer selected by Firgrep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants