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 e722ef6 commit 7142fa0Copy full SHA for 7142fa0
documentation/docs/03-template-syntax/06-snippet.md
@@ -260,6 +260,9 @@ Snippets declared at the top level of a `.svelte` file can be exported from a `<
260
{/snippet}
261
```
262
263
+> [!NOTE]
264
+> This requires Svelte 5.5.0 or newer
265
+
266
## Programmatic snippets
267
268
Snippets can be created programmatically with the [`createRawSnippet`](svelte#createRawSnippet) API. This is intended for advanced use cases.
0 commit comments