Module

Flare.Smolder

Package
purescript-flare
Repository
sharkdp/purescript-flare

#runFlareHTML Source

runFlareHTML :: forall e' e. ElementId -> ElementId -> UI e (Markup e') -> Eff (channel :: CHANNEL, dom :: DOM | e) Unit

Renders a Flare UI with Markup as output. The first ID specifies the DOM element for the controls while the second ID specifies the element for the output.