bulmex-2.1.0: Reflex infused with bulma (css)

Safe HaskellNone
LanguageHaskell2010

Reflex.Bulmex.Tag.Tooltip

Description

Tooltips with balloon css

Synopsis

Documentation

tooltipText :: (PostBuild t m, DomBuilder t m) => Dynamic t Text -> m a -> m a Source #

balloon css, for example: https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css uses a span underneath

tooltipText' :: (PostBuild t m, DomBuilder t m) => ToolDirection -> Dynamic t Text -> m a -> m a Source #

Allows setting of initial direction

data ToolDirection Source #

Constructors

Top 
Lft 
Rght 
Down