7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
---
|
|
description: Rules for ensuring accessibility in React components using tailwind.
|
|
globs: **/*.{tsx,jsx}
|
|
---
|
|
- Ensure proper color contrast ratios using Tailwind's text-* and bg-* classes.
|
|
- Use semantic HTML elements and ARIA attributes where necessary.
|
|
- Implement keyboard navigation support. |