Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker authored Aug 19, 2022
1 parent 690972d commit 09157b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ Install the [NuGet package](https://www.nuget.org/packages/IeuanWalker.StateButt
Install-Package IeuanWalker.StateButton
```

Then in the MauiProgram.cs, and the StateButton configuration method -
```csharp
using StateButton;
```
```csharp
builder
.UseMauiApp<App>()
.UseMauiCommunityToolkit()
.ConfigureStateButton();
```

## What can I do with it?
### Properties
| Property | What it does | Extra info |
Expand Down

0 comments on commit 09157b7

Please sign in to comment.