mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
test(toast-notification): add unit tests
This commit is contained in:
parent
7317192e90
commit
7c436bd747
5 changed files with 214 additions and 38 deletions
|
@ -0,0 +1,9 @@
|
|||
<script lang="ts">
|
||||
import { ToastNotification } from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<ToastNotification kind="warning">
|
||||
<strong slot="title">Custom Title:</strong>
|
||||
<strong slot="subtitle">Custom subtitle content.</strong>
|
||||
<strong slot="caption">Custom caption content.</strong>
|
||||
</ToastNotification>
|
Loading…
Add table
Add a link
Reference in a new issue