test(text-area): add unit tests

This commit is contained in:
Eric Liu 2025-03-20 12:35:26 -07:00
commit e35a25de81
4 changed files with 209 additions and 19 deletions

View file

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