Use the `shadow` attribute to show a drop shadow.

```html
<div style="height: 100px;">
  <sd-header shadow>
    <div class="slot slot--border slot--text">Default slot</div>
  </sd-header>
</div>
```
