7 lines
306 B
Plaintext
7 lines
306 B
Plaintext
---
|
|
description: Describes Form and Actions implementations.
|
|
globs: **/*.svelte
|
|
---
|
|
- Utilize SvelteKit's form actions for server-side form handling.
|
|
- Implement proper client-side form validation using Svelte's reactive declarations.
|
|
- Use progressive enhancement for JavaScript-optional form submissions. |