Module

Pha.Html.Attributes

Package
purescript-pha
Repository
gbagan/purescript-pha

#action Source

action :: forall msg. String -> Prop msg

#alt Source

alt :: forall msg. String -> Prop msg

#charset Source

charset :: forall msg. String -> Prop msg

#checked Source

checked :: forall msg. Boolean -> Prop msg

#cols Source

cols :: forall msg. Int -> Prop msg

#colSpan Source

colSpan :: forall msg. Int -> Prop msg

#disabled Source

disabled :: forall msg. Boolean -> Prop msg

#download Source

download :: forall msg. String -> Prop msg

#height Source

height :: forall msg. Int -> Prop msg

#hidden Source

hidden :: forall msg. Boolean -> Prop msg

#href Source

href :: forall msg. String -> Prop msg

#id Source

id :: forall msg. String -> Prop msg

#max Source

max :: forall msg. Int -> Prop msg

#maxlength Source

maxlength :: forall msg. Int -> Prop msg

#min Source

min :: forall msg. Int -> Prop msg

#minlength Source

minlength :: forall msg. Int -> Prop msg

#name Source

name :: forall msg. String -> Prop msg

#placeholder Source

placeholder :: forall msg. String -> Prop msg

#readonly Source

readonly :: forall msg. Boolean -> Prop msg

#rel Source

rel :: forall msg. String -> Prop msg

#required Source

required :: forall msg. Boolean -> Prop msg

#rows Source

rows :: forall msg. Int -> Prop msg

#rowSpan Source

rowSpan :: forall msg. Int -> Prop msg

#selected Source

selected :: forall msg. Boolean -> Prop msg

#size Source

size :: forall msg. Int -> Prop msg

#src Source

src :: forall msg. String -> Prop msg

#target Source

target :: forall msg. String -> Prop msg

#title Source

title :: forall msg. String -> Prop msg

#type_ Source

type_ :: forall msg. String -> Prop msg

#value Source

value :: forall msg. String -> Prop msg

#width Source

width :: forall msg. Int -> Prop msg