Module

Jelly.Prop

Package
purescript-jelly
Repository
yukikurage/purescript-jelly

#hoistProp Source

hoistProp :: forall m n. (m ~> n) -> Prop m -> Prop n

#attr Source

attr :: forall m a. AttrValue a => String -> a -> Prop m

#(:=) Source

Operator alias for Jelly.Prop.attr (non-associative / precedence 0)

#attrSig Source

attrSig :: forall m a. AttrValue a => String -> Signal a -> Prop m

#(:=@) Source

Operator alias for Jelly.Prop.attrSig (non-associative / precedence 0)

#on Source

on :: forall m. EventType -> (Event -> m Unit) -> Prop m

#onMount Source

onMount :: forall m. (Element -> m Unit) -> Prop m

#renderProp Source

renderProp :: forall m. Prop m -> Effect String

#renderProps Source

renderProps :: forall m. Array (Prop m) -> Effect String