atomicojs / atomico

Atomico a micro-library for creating webcomponents using only functions, hooks and virtual-dom.
https://atomicojs.dev
MIT License
1.15k stars 43 forks source link

For a small problem with the slots! #107

Closed ayangweb closed 1 year ago

ayangweb commented 1 year ago

Is your feature request related to a problem? Please describe. Has it been considered that slots can be used with shadow turned off?

Describe the solution you'd like As far as I know, in stencil, if you turn off shadow, the slot element is inserted into the corresponding position and is no longer referenced!

Describe alternatives you've considered Refer to the use of slots after turning off shadow in stencil.

Additional context Not have