Module

Reactix.DOM.HTML

Package
purescript-reactix
Repository
garganscript/purescript-reactix

#createDOM Source

createDOM :: forall props. String -> Record props -> Array Element -> Element

#magicProps Source

magicProps :: forall props. props -> props

#magicPrefixProp Source

magicPrefixProp :: forall props. String -> String -> props -> props

#xformEventProps Source

xformEventProps :: forall props. props -> props

#prefixCopyAll Source

prefixCopyAll :: forall p q. String -> p -> q -> p

#mapCopyAll Source

mapCopyAll :: forall a b p q. (String -> String) -> (a -> b) -> p -> q -> p

#createLeafDOM Source

createLeafDOM :: forall props. String -> Record props -> Element

#LeafFactory Source

type LeafFactory = forall props. Record props -> Element

#ElemFactory Source

type ElemFactory = forall props. Record props -> Array Element -> Element