@alpinejs/docs 3.8.0-revision.1 → 3.8.0-revision.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/en/plugins/focus.md +2 -0
package/package.json
CHANGED
package/src/en/plugins/focus.md
CHANGED
|
@@ -5,6 +5,8 @@ description: Easily manage focus within the page
|
|
|
5
5
|
graph_image: https://alpinejs.dev/social_focus.jpg
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
> Notice: This Plugin was previously called "Trap". Trap's functionality has been absorbed into this plugin along with additional functionality. You can swap Trap for Focus without any breaking changes.
|
|
9
|
+
|
|
8
10
|
# Focus Plugin
|
|
9
11
|
|
|
10
12
|
Alpine's Focus plugin allows you to manage focus on a page.
|