This is a WPF usercontrol for displaying user updates through an alert bar. There are four types of alerts: success, danger, warning or information. The color scheme and icons for each are based on the type. The usercontrol only takes up space whenever a message is being shown, otherwise sits at a collapsed state. close button is included to dismiss the alert. It also has an option to auto-close after a set amount of seconds.
$ dotnet add package AlertBarWpfNo README available.