svelte slot ✓ How to get Svelte Slots working in Storybook #20142

฿100.00


Interactive example Svelte apps svelte slot TristanBrotherton on Dec 7, 2022 I am documenting Svelte components in Storybook The Svelte format of span slot=foo>contentslot> will result in

svelte slotThe contents of a Svelte component can be passed through slots Svelte supports default slots, named slots, and slots that pass data back to the slotted content

svelte slot They continue to work, however, and you can mix and match snippets and slots in your components When using custom elements, you should still use slot > like