Use the `alignment` attribute to define where the flyout should appear:

- `left` (default)
- `right`

```html
<div class="max-w-[370px] h-[500px]">
  <sd-datepicker label="Label" size="lg" alignment="right" value="2025.11.10"></sd-datepicker>
</div>
```
