Module

SDOM.Attributes

Package
purescript-sdom
Repository
paf31/purescript-sdom

#for Source

for :: forall model context. (context -> model -> String) -> Attr context model

#id Source

id :: forall model context. (context -> model -> String) -> Attr context model

#name Source

name :: forall model context. (context -> model -> String) -> Attr context model

#className Source

className :: forall model context. (context -> model -> String) -> Attr context model

#type_ Source

type_ :: forall model context. (context -> model -> String) -> Attr context model

#value Source

value :: forall model context. (context -> model -> String) -> Attr context model

#checked Source

checked :: forall model context. (context -> model -> Boolean) -> Attr context model

#disabled Source

disabled :: forall model context. (context -> model -> Boolean) -> Attr context model