Module

Turbine.HTML.Elements

Package
purescript-turbine
Repository
funkia/purescript-turbine

#h1 Source

h1 :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#h1_ Source

h1_ :: forall p o. Component o p -> Component o Output

#div Source

div :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#div_ Source

div_ :: forall p o. Component o p -> Component o Output

#p Source

p :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#p_ Source

p_ :: forall p o. Component o p -> Component o Output

#ul Source

ul :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#ul_ Source

ul_ :: forall p o. Component o p -> Component o Output

#li Source

li :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#li_ Source

li_ :: forall p o. Component o p -> Component o Output

#span Source

span :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#span_ Source

span_ :: forall p o. Component o p -> Component o Output

#input Source

input :: forall a. Subrow a InputAttrs => Record a -> Component (Record ()) InputOut

#textarea Source

#button Source

button :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o ButtonOut

#button_ Source

button_ :: forall p o. Component o p -> Component o ButtonOut

#label Source

label :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#label_ Source

label_ :: forall p o. Component o p -> Component o Output

#section Source

section :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#section_ Source

section_ :: forall p o. Component o p -> Component o Output

#header Source

header :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#header_ Source

header_ :: forall p o. Component o p -> Component o Output

#footer Source

footer :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#footer_ Source

footer_ :: forall p o. Component o p -> Component o Output

#table Source

table :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#table_ Source

table_ :: forall p o. Component o p -> Component o Output

#th Source

th :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#th_ Source

th_ :: forall p o. Component o p -> Component o Output

#tr Source

tr :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#tr_ Source

tr_ :: forall p o. Component o p -> Component o Output

#td Source

td :: forall p o a. Subrow a Attributes => Record a -> Component o p -> Component o Output

#td_ Source

td_ :: forall p o. Component o p -> Component o Output

#Subrow Source

class Subrow (r :: Row Type) (s :: Row Type) 

Instances

#RecordOf Source

class RecordOf a (row :: Row Type) | row -> a where

Members

Instances

#RecordOfGo Source

class RecordOfGo (xs :: RowList) (row :: Row Type) a | xs -> row a where

Members

Instances

#ClassDescription Source

#ClassElement Source

#toggleClass Source

#dynamicClass Source