Alerts
Alerts provide a way of notifying users about information. Common use cases include providing a message when an operation succeeds or fails.
.NET MAUI Community Toolkit Alerts
The .NET MAUI Community Toolkit extends the list of .NET MAUI alerts. Here are the alerts provided by the toolkit:
Alert | Description |
---|---|
Snackbar |
The Snackbar is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. Snackbar is fully customizable and can be anchored to any IView . |
Toast |
The Toast is a timed alert that appears at the bottom of the screen by default. It is dismissed after a configurable duration of time. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET MAUI Community Toolkit