Module

Jelly.Component

Package
purescript-jelly
Repository
yukikurage/purescript-jelly

#Component Source

class Component :: (Type -> Type) -> Constraintclass (MonadHooks m) <= Component m  where

Members

Instances

#el' Source

el' :: forall m. Component m => String -> m Unit -> m Unit

#elNS' Source

elNS' :: forall m. Component m => String -> String -> m Unit -> m Unit

#elVoid' Source

elVoid' :: forall m. Component m => String -> m Unit

#raw Source

raw :: forall m. Component m => String -> m Unit

#text Source

text :: forall m. Component m => String -> m Unit

#doctypeHtml Source

doctypeHtml :: forall m. Component m => m Unit