Use the `placeholder` attribute to add a placeholder text.

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