Skip to content

Commit

Permalink
add a very high level pitch using code to the top of the document
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Oct 2, 2023
1 parent bbbbfd2 commit 3b7bf01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Invoker Buttons

## Pitch in Code

```html
<button invoketarget="my-dialog">This opens a dialog</button>

<dialog>This is the dialog</dialog>
```

## Summary

Adding `invoketarget` and `invokeaction` attributes to `<button>` and
Expand Down

0 comments on commit 3b7bf01

Please sign in to comment.