yesod-elements-1.1.1: Non template haskell markup building function in the spirit of lucid

Safe HaskellNone
LanguageHaskell2010

Yesod.Elements

Contents

Synopsis

Parent Elements

a_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

abbr_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

address_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

article_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

aside_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

audio_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

b_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

bdo_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

blockquote_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

body_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

button_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

canvas_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

caption_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

cite_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

code_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

colgroup_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

command_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

datalist_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

dd_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

del_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

details_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

dfn_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

div_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

dl_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

dt_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

em_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

fieldset_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

figcaption_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

figure_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

footer_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

form_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h1_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h2_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h3_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h4_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h5_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

h6_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

head_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

header_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

hgroup_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

html_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

i_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

iframe_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

ins_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

kbd_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

label_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

legend_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

li_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

main_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

map_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

mark_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

menu_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

meter_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

nav_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

noscript_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

object_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

ol_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

optgroup_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

option_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

output_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

p_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

pre_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

progress_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

q_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

rp_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

rt_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

ruby_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

samp_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

script_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

section_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

select_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

small_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

strong_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

style_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

sub_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

summary_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

sup_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

table_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

tbody_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

td_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

textarea_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

tfoot_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

th_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

thead_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

time_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

title_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

tr_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

ul_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

var_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

video_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

Leaf Elements

area_ :: Foldable t => t Attribute -> WidgetFor site () Source #

base_ :: Foldable t => t Attribute -> WidgetFor site () Source #

br_ :: Foldable t => t Attribute -> WidgetFor site () Source #

col_ :: Foldable t => t Attribute -> WidgetFor site () Source #

embed_ :: Foldable t => t Attribute -> WidgetFor site () Source #

hr_ :: Foldable t => t Attribute -> WidgetFor site () Source #

img_ :: Foldable t => t Attribute -> WidgetFor site () Source #

input_ :: Foldable t => t Attribute -> WidgetFor site () Source #

link_ :: Foldable t => t Attribute -> WidgetFor site () Source #

meta_ :: Foldable t => t Attribute -> WidgetFor site () Source #

param_ :: Foldable t => t Attribute -> WidgetFor site () Source #

track_ :: Foldable t => t Attribute -> WidgetFor site () Source #

wbr_ :: Foldable t => t Attribute -> WidgetFor site () Source #

Attributes

span_ :: Foldable t => t Attribute -> WidgetFor site a -> WidgetFor site a Source #

Lift HTML to Widget

liftLeaf :: Foldable t => Html -> t Attribute -> WidgetFor site () Source #