purescript-react / purescript-react-basic-dom

https://pursuit.purescript.org/packages/purescript-react-basic-dom
Apache License 2.0
11 stars 19 forks source link

Global Html Attribute "slot" #22

Closed andys8 closed 3 years ago

andys8 commented 3 years ago

Change

Add the global attribute "slot". It is used to work with custom elements.

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot https://caniuse.com/mdn-html_global_attributes_slot

megamaddu commented 3 years ago

Thanks for the PR, sorry for the delay

andys8 commented 3 years ago

No worries for the delay. Thanks for merging.