🔰using components
browser ⟩ web components ⟩ using components
do not query web components too early.
some web components are written to:
expect children.
not expect children (and won't display them)
optionally accept specially labelled children that will appear in named "slots".
Last updated