Shorthand cheatsheet for Alpine.js
briefer ways to write code in Alpine.js
2025-09-24 18:30
// updated 2025-11-20 22:52
// updated 2025-11-20 22:52
A cheatsheet for the Alpine.js framework:
| Full form | Shorthand |
|---|---|
| x-on:event | @event |
| x-bind:attribute | :attribute |
| method() | method |