Use the `disabled` attribute to disable the datepicker.
**Hint**: Clicks will be suppressed until the disabled state is removed.

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