carbon-components-svelte/tests/TextInput/TextInputCustom.test.svelte
2025-03-24 09:35:34 -07:00

7 lines
184 B
Svelte

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