|
---
|
|
description: Specific rules for handling forms in React components.
|
|
globs: **/components/forms/**/*.tsx
|
|
---
|
|
- Use libraries like Formik or react-hook-form for efficient form management.
|
|
- Implement proper form validation with clear error messages. |