https://github.com/roxiness/focus
Focus helper for better ARIA in Svelte
https://github.com/roxiness/focus
Last synced: 8 months ago
JSON representation
Focus helper for better ARIA in Svelte
- Host: GitHub
- URL: https://github.com/roxiness/focus
- Owner: roxiness
- Created: 2020-03-11T12:13:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-11T12:41:46.000Z (over 6 years ago)
- Last Synced: 2025-02-28T10:59:29.362Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# focus
### Usage
```html
import { focus } from '@sveltech/focus'
I will be focused
```
##### Notes
If multiple elements with focus are loaded synchronously, the element with the shortest ancestor tree takes precedence and is focused.