Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 957 Bytes

index.md

File metadata and controls

19 lines (14 loc) · 957 Bytes
title author description ms.date
Alerts - .NET MAUI Community Toolkit
VladislavAntonyuk
The .NET MAUI Community Toolkit extends .NET MAUI alerts with Toast and Snackbar.
03/30/2022

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.