mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
test(toast-notification): assert fullWidth
prop
This commit is contained in:
parent
8f532dc681
commit
1c87316ed6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
import { ToastNotification } from "../types";
|
import { ToastNotification } from "../types";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ToastNotification />
|
<ToastNotification fullWidth />
|
||||||
|
|
||||||
<ToastNotification
|
<ToastNotification
|
||||||
hideCloseButton
|
hideCloseButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue