Use the `min` attribute to set the minimum number value of the input to be valid.

```html
<div class="max-w-[400px]">
  <sd-input label="Min" type="number" min="1000" help-text="Minimum value is 1000" required></sd-input>
</div>
```
