Use the `read-only` attribute to render an input as read only.
Interaction is enabled, but the textarea cannot be edited. Events will be fired.

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