Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IeuanWalker authored Apr 11, 2023
1 parent 0a6bd81 commit c62aaf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ builder
| Event | What it does |
|---|---|
| Clicked | Triggerd when the button is pressed and released |
| Pressed | Triggerd when the button is pressed |
| Released | Triggerd when the button is released |
| Pressed | Triggerd when the button is pressed. _Not triggered when using screenreader or keyboard navigation_ |
| Released | Triggerd when the button is released. _Not triggered when using screenreader or keyboard navigation_ |

### Commands
| Command | What it does |
|---|---|
| ClickedCommand | Triggerd when the button is pressed and released |
| PressedCommand | Triggerd when the button is pressed |
| ReleasedCommand | Triggerd when the button is released |
| PressedCommand | Triggerd when the button is pressed. _Not triggered when using screenreader or keyboard navigation_ |
| ReleasedCommand | Triggerd when the button is released. _Not triggered when using screenreader or keyboard navigation_ |


## How to style the button for different states
Expand Down

0 comments on commit c62aaf2

Please sign in to comment.