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