We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
maxNotifications
1 parent ccb802f commit 42707a8Copy full SHA for 42707a8
1 file changed
docs/src/pages/framed/NotificationQueue/NotificationQueueMax.svelte
@@ -5,7 +5,7 @@
5
let count = 0;
6
</script>
7
8
-<NotificationQueue bind:this={queue} maxNotifications={3} />
+<NotificationQueue bind:this={queue} maxNotifications={5} />
9
10
<Button
11
on:click={() => {
0 commit comments