What problem does it solve?
This Skill ensures that your application's user interface maintains a consistent and functional appearance across various screen sizes (mobile, tablet, desktop) by verifying the correct implementation of responsive design patterns using TailwindCSS.
Core Features & Use Cases
- Breakpoint Consistency: Verifies that TailwindCSS breakpoints (sm, md, lg, xl) are used uniformly.
- Mobile-First Pattern: Checks for adherence to mobile-first responsive design principles.
- Touch Target Size: Ensures interactive elements meet minimum touch target size requirements for mobile usability.
- Visibility Patterns: Validates the correct use of
hidden and block classes for responsive visibility.
- Use Case: After updating the layout of your dashboard cards, run this Skill to confirm that they stack correctly on mobile devices and display in a multi-column grid on larger screens, without any overlapping or usability issues.
Quick Start
Run the verify-responsive skill to check the responsiveness of the main navigation sidebar.