BMAD-METHOD/.claude/rules/tailwind-react-firebase-cur.../form-handling-rules.mdc

6 lines
251 B
Plaintext

---
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.