myrho/elm-hovercard

Render a hovercard beneath a DOM element


Keywords
ui
License
BSD-3-Clause
Install
elm-package install myrho/elm-hovercard 4.0.0

Documentation

elm-hovercard

This module makes rendering hovercards like Wikipedia's easy. Given the ID an HTML element it is positioned above or below the element automatically, like so:

image

The hovercard is the lightblue box above the red square.

Demo

Run elm reactor and browse to example/Example.elm!