ghcjs / ghcjs-vdom

bindings for virtual-dom
MIT License
33 stars 16 forks source link

Allow definition of custom attributes #13

Closed hanshoglund closed 8 years ago

hanshoglund commented 8 years ago

Analogous to GHCJS.VDOM.Element.custom. I assume this would be as simple as

-- in GHCJS.VDOM.Attribute.
custom :: JSString -> JSVal -> Attribute
custom = Attribute
hanshoglund commented 8 years ago

Same as #8.