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