phollyer / elm-cursor / Html.Cursor

Cursors for use with the elm/html package.

To see the graphical representation of these visit MDN.

General

auto : Html.Attribute msg

default : Html.Attribute msg

none : Html.Attribute msg

Links & Status

contextMenu : Html.Attribute msg

help : Html.Attribute msg

pointer : Html.Attribute msg

progress : Html.Attribute msg

wait : Html.Attribute msg

Selection

cell : Html.Attribute msg

crosshair : Html.Attribute msg

text : Html.Attribute msg

verticalText : Html.Attribute msg

Drag & Drop

alias : Html.Attribute msg

copy : Html.Attribute msg

move : Html.Attribute msg

noDrop : Html.Attribute msg

notAllowed : Html.Attribute msg

grab : Html.Attribute msg

grabbing : Html.Attribute msg

Resizing & Scrolling

nResize : Html.Attribute msg

eResize : Html.Attribute msg

sResize : Html.Attribute msg

wResize : Html.Attribute msg

neResize : Html.Attribute msg

nwResize : Html.Attribute msg

seResize : Html.Attribute msg

swResize : Html.Attribute msg

ewResize : Html.Attribute msg

nsResize : Html.Attribute msg

neswResize : Html.Attribute msg

nwseResize : Html.Attribute msg

Zooming

zoomIn : Html.Attribute msg

zoomOut : Html.Attribute msg