Closed hanshoglund closed 8 years ago
Analogous to GHCJS.VDOM.Element.custom. I assume this would be as simple as
GHCJS.VDOM.Element.custom
-- in GHCJS.VDOM.Attribute. custom :: JSString -> JSVal -> Attribute custom = Attribute
Same as #8.
Analogous to
GHCJS.VDOM.Element.custom
. I assume this would be as simple as