Skip to content

Commit

Permalink
emojis for supported column
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Feb 8, 2022
1 parent 4ad1b6f commit 5179736
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,37 @@ This is still in ⍺lpha territory. You probably shouldn't put this into produc

| Binding | Attribute | Supported |
|-----------------|----------------------|-------------|
| Params | `phx-value-*` | [x] |
| Click Events | `phx-click` | [x] |
| Click Events | `phx-click-away` | [x] |
| Form Events | `phx-change` | [x] |
| Form Events | `phx-submit` | [x] |
| Form Events | `phx-feedback-for` | [x] |
| Form Events | `phx-disable-with` | [x] |
| Form Events | `phx-trigger-action` | [?] |
| Form Events | `phx-auto-recover` | [?] |
| Focus Events | `phx-blur` | [x] |
| Focus Events | `phx-focus` | [x] |
| Focus Events | `phx-window-blur` | [x] |
| Focus Events | `phx-window-focus` | [x] |
| Key Events | `phx-keydown` | [x] |
| Key Events | `phx-keyup` | [x] |
| Key Events | `phx-window-keydown` | [x] |
| Key Events | `phx-window-keyup` | [x] |
| Key Events | `phx-key` | [x] |
| DOM Patching | `phx-update` | [x] |
| DOM Patching | `phx-remove` | [?] |
| JS Interop | `phx-hook` | [x] |
| Rate Limiting | `phx-debounce` | [x] |
| Rate Limiting | `phx-throttle` | [x] |
| Static Tracking | `phx-track-static` | [-] |
| Params | `phx-value-*` | |
| Click Events | `phx-click` | |
| Click Events | `phx-click-away` | |
| Form Events | `phx-change` | |
| Form Events | `phx-submit` | |
| Form Events | `phx-feedback-for` | |
| Form Events | `phx-disable-with` | |
| Form Events | `phx-trigger-action` | |
| Form Events | `phx-auto-recover` | |
| Focus Events | `phx-blur` | |
| Focus Events | `phx-focus` | |
| Focus Events | `phx-window-blur` | |
| Focus Events | `phx-window-focus` | |
| Key Events | `phx-keydown` | |
| Key Events | `phx-keyup` | |
| Key Events | `phx-window-keydown` | |
| Key Events | `phx-window-keyup` | |
| Key Events | `phx-key` | |
| DOM Patching | `phx-update` | |
| DOM Patching | `phx-remove` | |
| JS Interop | `phx-hook` | |
| Rate Limiting | `phx-debounce` | |
| Rate Limiting | `phx-throttle` | |
| Static Tracking | `phx-track-static` | |

Other features:
* [Updating HTML Document Title](https://hexdocs.pm/phoenix_live_view/live-layouts.html#updating-the-html-document-title) - Not yet
* [View Helpers](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.Helpers.html) - Some...
* [LiveView Helpers](https://hexdocs.pm/phoenix_live_view/0.10.0/Phoenix.LiveView.Helpers.html) - Not yet
* [Temporary Assigns](https://hexdocs.pm/phoenix_live_view/dom-patching.html#temporary-assigns) - Not yet
* [Build in Flash Message Support](https://hexdocs.pm/phoenix_live_view/0.17.6/Phoenix.LiveView.html#put_flash/3) - Not yet

### Show me some code! ⌨️

Expand Down

0 comments on commit 5179736

Please sign in to comment.