Module

Concur.React.Widgets

Package
purescript-concur-react
Repository
ajnsit/purescript-concur

#wrapButton Source

#wrapButton' Source

wrapButton' :: forall a. Widget HTML a -> Widget HTML (Either Unit a)

#displayButton Source

#displayButton' Source

#elEvent Source

elEvent :: forall b a. ((a -> IOSync Unit) -> Props) -> NodeTag -> Array Props -> Widget HTML b -> Widget HTML (Either a b)

#elEventMany Source

elEventMany :: forall b a. Array ((a -> IOSync Unit) -> Props) -> NodeTag -> Array Props -> Widget HTML b -> Widget HTML (Either a b)

#wrapKeyHandler Source

#displayKeyHandler Source

#getEventTargetValueString Source