-
-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature] Change position of toast when showing toast #159
Labels
Feature
New feature that will be added to the project
Comments
I manage to get this working can make PR if @chrissainty is ok with it When passing settings for each toast you can pass an optional parameter ToastPostion, if it is not set, the position will be from global settings. Blazored.Toast.Server.-.Google.Chrome.2023-02-16.22-46-36.mp4 |
@Cvijo Yes, more than happy for a PR on this one. |
chrissainty
added a commit
that referenced
this issue
Feb 23, 2023
* added ability to use toast position on each toast instance instead of single global position * - passing additinal css classes to toast (#207) * Pause on hover feature #148 (#203) --------- Co-authored-by: Matija Gluhak <matija.gluhak@vipdata.hr> Co-authored-by: Chris Sainty <chrissainty@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Would love to see the ability to change the position of the toast when showing it. I know there are times I would like to move it from the lower right to top center to be more prominent.
Perhaps something as simple as this. Otherwise it uses the default set on the BlazoredToasts component Position property
void ShowToast(ToastLevel level, string message, string heading = "", ToastPosition position);
The text was updated successfully, but these errors were encountered: