Module
Text.Smolder.Markup
- Package
- purescript-smolder
- Repository
- bodil/purescript-smolder
#MarkupM Source
#Attributable Source
class Attributable a where
Members
Instances
Attributable (MarkupM e Unit)
Attributable (MarkupM e Unit -> MarkupM e Unit)
#optionalWith Source
optionalWith :: forall h. Attributable h => h -> Boolean -> Attribute -> h
#on Source
on :: forall e. String -> e -> EventHandlers e