diff --git a/README.md b/README.md index e33679b..b154570 100644 --- a/README.md +++ b/README.md @@ -43,31 +43,28 @@ Install-Package IeuanWalker.StateButton ## How to style the button for different states Simply add a Trigger to any element and bind it to the `State` property of the button - ```xaml - - - - - - - - - - - + + + + + + + + + + + ``` - ## Accessibility The control itself is seen as a native button on both platforms, so inherits the same accessbility attributes. So from a screenreader and keyboard POV it is a native button.