Use the `view-month` attribute to set the initially visible month.

```html
<div class="max-w-[370px] h-[500px]">
  <sd-datepicker label="Label" view-month="2026-08"></sd-datepicker>
</div>
```
