β¨ Just released a tiny plugin for @Alpine_JS...
Mousetrap allows you to easily register keyboard shortcuts from your HTML! π
You can register more than one at once, and they can run a custom function, or just "click" a button!
github.com/danharrin/alpine-β¦
The #Laravel validation Rule::in (buff.ly/3MwpeS8) is handy for creating confirmation dialogs when an entry is to be deleted and a simple confirm or cancel is not enough.
In my @tallstackdev web app I have a button that grabs an url from an API endpoint and after receiving the url it does open it in a new tab. All with one single click on the button.
Thanks to @LaravelLivewire Events (buff.ly/36HYyi6) it was super easy!