mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
7 lines
225 B
Svelte
7 lines
225 B
Svelte
<script lang="ts">
|
|
import { RadioButton } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<RadioButton labelText="Custom label" value="custom" name="test-group">
|
|
<span slot="labelText">Custom Label Text</span>
|
|
</RadioButton>
|