We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ef143d + a1cd7b7 commit 9fcd38fCopy full SHA for 9fcd38f
1 file changed
8-web-components/5-slots-composition/article.md
@@ -130,6 +130,7 @@ For example, the second `<span>` here is ignored (as it's not a top-level child
130
If there are multiple elements in light DOM with the same slot name, they are appended into the slot, one after another.
131
132
For example, this:
133
+
134
```html
135
<user-card>
136
<span slot="username">John</span>
0 commit comments