What problem does it solve?
Many web interfaces are designed desktop-first and break on smaller viewports, causing layout overflow, poor touch targets, and inconsistent typography. This Skill provides a concise mobile-first approach and practical patterns to make React/Next.js/Tailwind UIs adapt reliably across phones, tablets, and desktops.
Core Features & Use Cases
- Column collapse pattern for stacking content on mobile and side-by-side layouts on tablet and desktop.
- Responsive grid strategies including breakpoint-based and auto-fill layouts for card collections.
- Adaptive navigation patterns with mobile drawer and desktop horizontal menus, and guidance for touch targets.
- Container queries and component-scoped adaptivity for reusable components in variable layouts.
- Fluid typography with clamp(), responsive images and art-directed sources, and a pre-ship responsive checklist to validate common viewports.
Quick Start
Convert this desktop layout into a mobile-first Tailwind React layout and provide breakpoint, grid, navigation, and fluid-typography recommendations.