@hyperapp/dom

Inspect the DOM, focus and blur

Usage no npm install needed!

<script type="module">
  import hyperappDom from 'https://cdn.skypack.dev/@hyperapp/dom';
</script>

README

@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