focus-svelte

focus lock for svelte

MIT License

Downloads
2.3K
Stars
29
Committers
2
focus-svelte - v0.3.4 Latest Release

Published by chanced about 3 years ago

  • fixes preventScroll
  • fixes an error if a component is unmounted before initializing.
focus-svelte - v0.3.1

Published by chanced about 3 years ago

  • adds delay option that defers assigning tabIndex and ariaHIdden
  • adds preventScroll option which indicates whether or not the browser should scroll the document to bring the newly-focused element into view
focus-svelte - v0.2.8

Published by chanced about 3 years ago

  • restores the unsubscribing from mutations introduced in v0.2.7.

  • makes tick the default focusDelay.

focus-svelte - v0.2.7

Published by chanced about 3 years ago

focus-svelte - v0.2.5

Published by chanced about 3 years ago

Adds focusDelay which will delay the setting of focus to the target element.

focus-svelte - v0.2.2

Published by chanced about 3 years ago

moves the subscription of the MutationObserver so that it is started after the DOM has been parsed and updated.

focus-svelte - v0.2.1

Published by chanced about 3 years ago

Adds auto focusing

focus-svelte - v0.1.2

Published by chanced about 3 years ago

focus-svelte - v0.1.3

Published by chanced about 3 years ago

focus-svelte - v0.1.1

Published by chanced about 3 years ago

  • updates dependencies
focus-svelte - v0.1.0

Published by chanced about 3 years ago

  • stabilizes the api
  • performance improvements
  • drops state mechanics through data-focus attributes and manages it internally instead
  • no longer sets tabindex when unnecessary
Package Rankings
Top 7.28% on Npmjs.org
Related Projects