Use the `disabled-weekends` attribute to manually disable days in your datepicker.

```html
<div class="max-w-[370px] h-[500px]">
  <sd-datepicker label="Label" disabled-weekends></sd-datepicker>
</div>
```
