Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Valincius committed Jun 8, 2023
1 parent 32e4a47 commit 8dddd01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/en/plugins/focus.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ This plugin offers many smaller utilities for managing focus within a page. Thes
| `focus(el)` | Focus the passed element (handling annoyances internally: using nextTick, etc.) |
| `focusable(el)` | Detect whether or not an element is focusable |
| `focusables()` | Get all "focusable" elements within the current element |
| `tabbables()` | Get all "tabbable" elements within the current element |
| `focused()` | Get the currently focused element on the page |
| `lastFocused()` | Get the last focused element on the page |
| `within(el)` | Specify an element to scope the `$focus` magic to (the current element by default) |
Expand Down

0 comments on commit 8dddd01

Please sign in to comment.