mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
186 B
Svelte
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>
|