Replies: 1 comment
-
Hi @jaikarans Most component libraries avoid center-screen toasts because they conflict with the way toasts are typically used in UI/UX patterns.
Most importantly... Accessibility Screen readers expect non-blocking notifications to appear off the main focus area. Center placement might interfere with focus or confuse assistive tech, blurring the line between “live region update” and “dialog”. 💡 Workaround |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, toasts support only the following placement options:
Would it be possible to add a
"center"
placement option as well, which positions toasts both vertically and horizontally centered on the screen? This addition would allow important notifications to capture more user attention by appearing in the middle of the viewport.Beta Was this translation helpful? Give feedback.
All reactions