|
---
|
|
description: Instructions for using snippets in Svelte 5 components to create reusable markup.
|
|
globs: **/*.svelte
|
|
---
|
|
- Use snippets and render tags to create reusable chunks of markup inside components.
|
|
- Snippets help reduce duplication and enhance maintainability. |