feat: add new Notification.
This commit is contained in:
6
src/Ursa/Controls/Notification/NotificationCard.cs
Normal file
6
src/Ursa/Controls/Notification/NotificationCard.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Ursa.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// Control that represents and displays a notification.
|
||||
/// </summary>
|
||||
public class NotificationCard : MessageCard;
|
||||
Reference in New Issue
Block a user