Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bubuntoid authored May 22, 2021
1 parent 9137d62 commit 28ae93b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ EasyDialog is a framework that automatically creates UI dialogs with easy contro

## Nuget
https://www.nuget.org/packages/bubuntoid.EasyDialog
https://www.nuget.org/packages/bubuntoid.EasyDialog.MaterialSkin/
https://www.nuget.org/packages/bubuntoid.EasyDialog.MetroFramework/

## Sample
```csharp
using bubuntoid.EasyDialog;
using bubuntoid.EasyDialog;

public class AuthDialog : DialogContext<AuthDialog>
{
Expand All @@ -20,7 +22,7 @@ public class AuthDialog : DialogContext<AuthDialog>

protected override void OnConfiguring(DialogContextConfigureOptionsBuilder<AuthDialog> builder)
{
builder.UseMaterialStyle()
builder.UseMaterialStyle() // bubuntoid.EasyDialog.MaterialSkin nuget package should be installed for using this theme
.HasTitle("Authentification")
.HasButton("Sign in");

Expand Down

0 comments on commit 28ae93b

Please sign in to comment.