What problem does it solve?
Dashboard usability often deteriorates on mobile due to dense layouts and non-collapsible navigation, making key actions hard to reach.
This skill provides a mobile-first pattern library to ensure dashboards adapt gracefully to small screens and maintain accessible interactions.
Core Features & Use Cases
- Shared Shell with a responsive header and a toggleable navigation to conserve space on phones.
- Breakpoint Cascade with clearly defined 320px, 480px, 768px, and 1024px+ breakpoints to maintain consistent layouts across devices.
- Mobile-First Components that enforce touch-friendly sizing, clear tap targets, and scalable UI blocks.
- Table-to-Card Transform to convert wide data tables into card-like surfaces on small viewports, reducing horizontal overflow.
- Sidebar disclosure patterns to collapse side panels into expandable sections on mobile.
- Single-column detail layouts for routes that do not require a persistent sidebar, maximizing content area.
Quick Start
Apply these mobile patterns to a dashboard route to enable a hamburger menu, responsive grid, and card-based data displays.