You Can Reach the Child Elements of a Custom Element Even Inside Shadow DOM
You can reach the child elements inside a custom element using shadow DOM by getting the respective slot
element and then calling asssignedNodes()
on it.
You can reach the child elements inside a custom element using shadow DOM by getting the respective slot
element and then calling asssignedNodes()
on it.