phollyer / elm-cursor / Element.Cursor

Cursors for use with Elm-UI.

To see the graphical representation of these visit MDN.

General

auto : Element.Attribute msg

default : Element.Attribute msg

none : Element.Attribute msg

Links & Status

contextMenu : Element.Attribute msg

help : Element.Attribute msg

pointer : Element.Attribute msg

progress : Element.Attribute msg

wait : Element.Attribute msg

Selection

cell : Element.Attribute msg

crosshair : Element.Attribute msg

text : Element.Attribute msg

verticalText : Element.Attribute msg

Drag & Drop

alias : Element.Attribute msg

copy : Element.Attribute msg

move : Element.Attribute msg

noDrop : Element.Attribute msg

notAllowed : Element.Attribute msg

grab : Element.Attribute msg

grabbing : Element.Attribute msg

Resizing & Scrolling

nResize : Element.Attribute msg

eResize : Element.Attribute msg

sResize : Element.Attribute msg

wResize : Element.Attribute msg

neResize : Element.Attribute msg

nwResize : Element.Attribute msg

seResize : Element.Attribute msg

swResize : Element.Attribute msg

ewResize : Element.Attribute msg

nsResize : Element.Attribute msg

neswResize : Element.Attribute msg

nwseResize : Element.Attribute msg

Zooming

zoomIn : Element.Attribute msg

zoomOut : Element.Attribute msg