Use the `clearable` attribute to add a clear button that removes the datepicker value.

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