Module
Panda.HTML.Elements
- Package
- purescript-panda
- Repository
- i-am-tom/purescript-panda
#SelfClosingElement Source
type SelfClosingElement = forall event state update eff. Array (Property update state event) -> Component eff update state event
An element that, according to the HTML spec, is not a container.
#SelfClosingElementWithoutProperties Source
type SelfClosingElementWithoutProperties = forall event state update eff. Component eff update state event
A non-container element that has no custom properties.
#ElementWithoutProperties Source
type ElementWithoutProperties = forall event state update eff. Children eff update state event -> Component eff update state event
An element with no specified properties.
#StaticElementWithoutProperties Source
type StaticElementWithoutProperties = forall event state update eff. Array (Component eff update state event) -> Component eff update state event
An element with no specified properties and fixed children.
#make Source
make :: String -> StaticElement
#a Source
a :: StaticElement
#b Source
b :: StaticElement
#bdi Source
bdi :: StaticElement
#bdo Source
bdo :: StaticElement
#big Source
big :: StaticElement
#dd Source
dd :: StaticElement
#del Source
del :: StaticElement
#dfn Source
dfn :: StaticElement
#dir Source
dir :: StaticElement
#div Source
div :: StaticElement
#dl Source
dl :: StaticElement
#dt Source
dt :: StaticElement
#em Source
em :: StaticElement
#h1 Source
h1 :: StaticElement
#i Source
i :: StaticElement
#ins Source
ins :: StaticElement
#kbd Source
kbd :: StaticElement
#li Source
li :: StaticElement
#map Source
map :: StaticElement
#ol Source
ol :: StaticElement
#p Source
p :: StaticElement
#pre Source
pre :: StaticElement
#q Source
q :: StaticElement
#rp Source
rp :: StaticElement
#rt Source
rt :: StaticElement
#s Source
s :: StaticElement
#sub Source
sub :: StaticElement
#sup Source
sup :: StaticElement
#td Source
td :: StaticElement
#th Source
th :: StaticElement
#tr Source
tr :: StaticElement
#tt Source
tt :: StaticElement
#u Source
u :: StaticElement
#ul Source
ul :: StaticElement
#var Source
var :: StaticElement