Skip to content

Latest commit

 

History

History

dom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

@hyperapp/dom

Inspect the DOM, focus and blur.

Installation

npm install @hyperapp/dom
import { focus, blur } from "@hyperapp/dom"

Or without a build step—import it right in your browser.

<script type="module">
  import { focus, blur } from "https://unpkg.com/@hyperapp/dom"
</script>

License

MIT