-
@islands/hydration uses something called |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Jul 27, 2022
Replies: 1 comment
-
All frameworks, although Preact and Solid only have a "default" slot. Named slots are supported in Svelte and Vue islands, as both frameworks natively support named slots. That allows an îles user to pass several pieces of content that will be injected in different parts of the island. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
codepunkt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All frameworks, although Preact and Solid only have a "default" slot.
Named slots are supported in Svelte and Vue islands, as both frameworks natively support named slots.
That allows an îles user to pass several pieces of content that will be injected in different parts of the island.