mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
13 lines
351 B
Svelte
13 lines
351 B
Svelte
<script lang="ts">
|
|
import { ToggleSmall, ToggleSmallSkeleton } from "../types";
|
|
</script>
|
|
|
|
<ToggleSmall labelText="Push notifications" />
|
|
|
|
<ToggleSmall labelText="Push notifications" toggled />
|
|
|
|
<ToggleSmall labelText="Push notifications" labelA="No" labelB="Yes" />
|
|
|
|
<ToggleSmall labelText="Push notifications" disabled />
|
|
|
|
<ToggleSmallSkeleton />
|