BMAD-METHOD/.claude/rules/tailwind-shadcn-ui-integrat.../nextjs-component-rule.mdc

10 lines
604 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description: Specific rules for Typescript React components (tsx) within the components directory, emphasizing fully functional components and comprehensive implementation.
globs: src/components/**/*.tsx
---
- Always write correct, up to date, bug free, fully functional and working, secure, performant and efficient code.
- Focus on readability over being performant.
- Fully implement all requested functionality.
- Leave NO todos, placeholders or missing pieces.
- Ensure code is complete! Verify thoroughly finalized.
- Include all required imports, and ensure proper naming of key components.