responsive-paradigms

Solid

Mobile, tablet, and desktop are different interaction paradigms — not the same layout scaled up or down. Sections can be hidden, repositioned, or made sticky on mobile. Navigation and primary actions move. Use when designing responsive layouts, adapting desktop UI for mobile, or deciding what to show on each breakpoint.

Web & Frontend 31 stars 5 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Responsive Paradigms Mobile, tablet, and desktop are fundamentally different interaction contexts. The input method, screen real estate, viewing distance, and session intent all differ. Responsive design is not the same layout at different widths — it is a different design decision at each breakpoint. ## The Three Paradigms ### Mobile (< 768px) - **Input:** Touch — fingers, not a cursor. Tap targets ≥ 44×44px. - **Navigation:** Bottom tab bar (thumb reachable) or hamburger drawer. Top navigation is hard to reach. - **Session:** Often interrupted, task-focused, shorter. Show the most important thing first. - **Content:** Single column. Vertical scroll only. No hover states. - **Primary action:** Floating action button (FAB) or full-width button at the bottom of the screen. ### Tablet (768px–1024px) - **Input:** Touch and sometimes keyboard/trackpad. Hybrid paradigm. - **Navigation:** Can support a persistent sidebar at landscape orientation; collapses to drawer at portrait. - **Content:** Two-column layouts work. Master-detail patterns (list + detail side by side) are natural. - **Primary action:** Can be in-line with content, not necessarily floating. ### Desktop (> 1024px) - **Input:** Mouse with hover states, keyboard shortcuts, precise clicking. - **Navigation:** Persistent sidebar or top navigation. Both visible simultaneously. - **Content:** Multi-column, dense information, toolbars, context menus. - **Primary action:** In-context with content, supported by keyboa...

Details

Author
dembrandt
Repository
dembrandt/dembrandt-skills
Created
3 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category