mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 Toggle
This removes legacy `ToggleSkeleton`.
This commit is contained in:
parent
85bbaed3e2
commit
9a0a790e19
10 changed files with 60 additions and 199 deletions
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import { Toggle, ToggleSkeleton } from "../types";
|
||||
import { Toggle } from "../types";
|
||||
</script>
|
||||
|
||||
<Toggle labelText="Push notifications" hideLabel />
|
||||
|
@ -15,5 +15,3 @@
|
|||
<Toggle labelText="Push notifications" labelA="No" labelB="Yes" />
|
||||
|
||||
<Toggle labelText="Push notifications" disabled />
|
||||
|
||||
<ToggleSkeleton />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue