Use the `minlength` attribute to set the minimum length of the input to be valid.

```html
<div class="max-w-[400px]">
  <sd-input label="Minlength" minlength="5" help-text="5 is the minimum allowed characters" required></sd-input>
</div>
```
