carbon-components-svelte/tests/TextInput/TextInputCustom.test.svelte
2025-03-20 17:34:20 -07:00

7 lines
186 B
Svelte

<script lang="ts">
import { TextInput } from "carbon-components-svelte";
</script>
<TextInput labelText="Custom label">
<span slot="labelText">Custom Label Text</span>
</TextInput>