mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
test(toggle): assert hideLabel prop
This commit is contained in:
parent
18f9087545
commit
58011a4337
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import { Toggle, ToggleSkeleton } from "../types";
|
import { Toggle, ToggleSkeleton } from "../types";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Toggle labelText="Push notifications" />
|
<Toggle labelText="Push notifications" hideLabel />
|
||||||
|
|
||||||
<Toggle
|
<Toggle
|
||||||
labelText="Push notifications"
|
labelText="Push notifications"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue