Example: Basic
This is child content
CSS
p {
border: solid 1px blue;
padding: 8px;
}
HTML
<my-element>
<p>This is child content</p>
</my-element>
This is child content
p {
border: solid 1px blue;
padding: 8px;
}
<my-element>
<p>This is child content</p>
</my-element>