@hyperapp/dom
v1.0.0
Published
Inspect the DOM, focus and blur.
Downloads
14
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>