Module
DOM.Simple.Document
- Package
- purescript-dom-simple
- Repository
- garganscript/purescript-dom-simple
#createElement Source
createElement :: String -> Element
Creates a new DOM element of the given tag using the global document
#createElement' Source
createElement' :: Document -> String -> Element
Creates a new DOM element of the given tag using the provided document
#createTextNode Source
createTextNode :: String -> Text