jeluard / lucuma

Web Components library for ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to opt-off ShadowDOM

jeluard opened this issue · comments

Users can decide if a component will create a ShadowDOM or not. ShadowDOM support (e.g. via polyfill) has significantly higher requirements than Custom Elements.

Document trade-offs involved.