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.
1 parent 91cd8d9 commit a61fc13Copy full SHA for a61fc13
stories/Alert.stories.svelte
@@ -17,7 +17,7 @@
17
/>
18
19
<Template let:args>
20
- <Dialog.Alert {...args} on:chosen={args.onChosen} on:closed={args.onClosed}/>
+ <Dialog.Alert {...args} on:chosen={args.onChosen} on:closed={args.onClosed}>Main slot here</Dialog.Alert>
21
</Template>
22
23
<Story
0 commit comments