offline docs

This commit is contained in:
2025-08-13 09:33:19 -07:00
parent 2a451ce840
commit b7801a0caa
43 changed files with 4617 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Alpine.js Documentation - Magics
Magics are special properties that are available inside Alpine expressions. They provide convenient access to common functionality.
## [$el](/magics/el)
`$el` is a magic property that can be used to retrieve the current DOM node.
```
<button @click="$el.innerHTML = 'Hello World!'">Replace me with "Hello World!"</button>
```
[← x-id](/directives/id)
[$refs →](/magics/refs)
Code highlighting provided by [Torchlight](https://torchlight.dev/)