miso icon indicating copy to clipboard operation
miso copied to clipboard

Add `ShadowRoot` support.

Open dmjio opened this issue 5 months ago • 0 comments

For truly encapsulated styles (breaks the cascade in CSS), this PR introduces shadowRoot :: Bool.

This will allow users to nest Component without style inheritance

  • [x] Add shadowRoot
  • [x] Define and call attachShadow on Component mount element.
  • [ ] Wire-up to styles
  • [ ] Wire-up to scripts

dmjio avatar Sep 17 '25 23:09 dmjio