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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
.NET MAUI Community Toolkit