Blazor Toast Example - Notification Positioning
This sample demonstrates the different positioning of the Toast based on the Target given.
Toast can take the body element or a specific element as its target, depending on the use case. The Toast can be positioned based on the Target using custom inputs in this sample.
- Toast can be positioned in the 8 pre-defined places.
- Using the custom option, you can specify X and Y values that will align the Toast based on your inputs.
See also