Number Input
Example
Usage
<script>
import { NumberInput } from 'fuchs';
let value = $state(0);
</script>
<NumberInput min={0} max={100} bind:value />
Credits
- Adapted from an example of number-flow
<script>
import { NumberInput } from 'fuchs';
let value = $state(0);
</script>
<NumberInput min={0} max={100} bind:value />