-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat req: Ability to set the toaster position center. #486
Comments
^^ surprised to find this isn't already possible |
Maybe is better position="center-center" | "center-right" | "center-left" ? |
You can now do that using: |
What's your use case? To me it seems like bad UX to render in in the center of someone's screen. |
@emilkowalski apparently mobile apps have that UX (although it is rarely used even in mobile). I am working on a low code platform project that outputs React, iOS and Android code. Since mobile have that kind of UX, we have to support center positioned toaster on React output too. So, we are currently using react-notifications-component at the moment, but we want to switch over to Sonner in the React output. This is the only thing keeping us from switching. |
Describe the feature / bug 📝:
Ability to set the toaster position "center".
The text was updated successfully, but these errors were encountered: