sharkdp / purescript-flare

A special-purpose UI library for Purescript
287 stars 17 forks source link

Possibility to combine Signals with UI components #1

Closed sharkdp closed 8 years ago

sharkdp commented 8 years ago

There should be a way to wrap a Signal a inside UI e a, such that we can combine UI elements with Signals like

mousePos :: forall e. Eff (dom :: DOM | e) (Signal CoordinatePair)