An open API service indexing awesome lists of open source software.

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

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.