test(number-input): add unit tests

This commit is contained in:
Eric Liu 2025-03-20 12:52:19 -07:00
commit 34e50618f6
4 changed files with 303 additions and 51 deletions

View file

@ -0,0 +1,7 @@
<script lang="ts">
import { NumberInput } from "carbon-components-svelte";
</script>
<NumberInput label="Custom label" value={0}>
<span slot="label">Custom Label Text</span>
</NumberInput>