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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
.NET MAUI Community Toolkit