Module

Pha.Html.Attributes

Package
purescript-pha
Repository
gbagan/purescript-pha

#alt Source

alt :: forall msg. String -> Prop msg

#disabled Source

disabled :: forall msg. Boolean -> Prop msg

#checked Source

checked :: forall msg. Boolean -> Prop msg

#download Source

download :: forall msg. String -> 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

#placeholder Source

placeholder :: forall msg. String -> Prop msg

#selected Source

selected :: forall msg. Boolean -> Prop msg

#src Source

src :: forall msg. String -> Prop msg

#value Source

value :: forall msg. String -> Prop msg

#target Source

target :: forall msg. String -> Prop msg

#type_ Source

type_ :: forall msg. String -> Prop msg

#x Source

x :: forall msg. Number -> Prop msg

#y Source

y :: forall msg. Number -> Prop msg

#x1 Source

x1 :: forall msg. Number -> Prop msg

#y1 Source

y1 :: forall msg. Number -> Prop msg

#x2 Source

x2 :: forall msg. Number -> Prop msg

#y2 Source

y2 :: forall msg. Number -> Prop msg

#cx Source

cx :: forall msg. Number -> Prop msg

#cy Source

cy :: forall msg. Number -> Prop msg

#r Source

r :: forall msg. Number -> Prop msg

#d Source

d :: forall msg. String -> Prop msg

#width Source

width :: forall msg. String -> Prop msg

#height Source

height :: forall msg. String -> Prop msg

#stroke Source

stroke :: forall msg. String -> Prop msg

#opacity Source

opacity :: forall msg. Number -> Prop msg

#fill Source

fill :: forall msg. String -> Prop msg

#viewBox Source

viewBox :: forall msg. Int -> Int -> Int -> Int -> Prop msg

#transform Source

transform :: forall msg. String -> Prop msg

#strokeWidth Source

strokeWidth :: forall msg. Number -> Prop msg

#strokeDasharray Source

strokeDasharray :: forall msg. String -> Prop msg