Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev authored Mar 8, 2017
1 parent 3561bcd commit b758ec3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Enterwell Client WPF - Notifications
_WPF notifications UI controls_

[![NuGet version](https://badge.fury.io/nu/Enterwell.Clients.Wpf.Notifications.svg)](https://badge.fury.io/nu/Enterwell.Clients.Wpf.Notifications)

## Features
- Flexible styling
- MVVM friendly
- LINQ like syntax

## Installation

Install from nuget.org feed:

```
Install-Package Enterwell.Clients.Wpf.Notifications
```

### Basics

`NotificationMessage` is the notification UI control. Three main parts are - badge, located on the most left, message in the center and buttons on the right for user interaction.
Expand Down

0 comments on commit b758ec3

Please sign in to comment.