elm-lang / dom

Low-level DOM bindings, backing for nicer libraries.

Home Page:http://package.elm-lang.org/packages/elm-lang/dom/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mess with the DOM

Sometimes you want to manually set the focus to a particular input field.

Other times you want to be able to control how things scroll.

This library makes it possible to do these kinds of operations as tasks.

About

Low-level DOM bindings, backing for nicer libraries.

http://package.elm-lang.org/packages/elm-lang/dom/latest

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 66.3%Language:JavaScript 33.7%