Use the `value` attribute to set the value.

```html
<div class="max-w-[400px]">
  <sd-input label="Label" value="Value example"> </sd-input>
</div>
```
