nw-ux-web-patterns

Solid

Web UI design patterns for product owners. Load when designing web application interfaces, writing web-specific acceptance criteria, or evaluating responsive designs.

Web & Frontend 523 stars 54 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 92/100

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

Skill Content

# Web UI Patterns Actionable web interface patterns for requirements gathering and design review. Use when the target platform is web (browser-based applications). ## Navigation Patterns | Pattern | When to Use | When to Avoid | |---------|-------------|---------------| | **Top navigation bar** | 5-7 primary sections, marketing/content sites | Deep hierarchies with 20+ sections | | **Side navigation** | Complex apps with many sections, admin dashboards | Simple sites with few pages | | **Breadcrumbs** | Deep hierarchies, e-commerce categories | Flat site structures | | **Command palette** (Cmd+K) | Power user tools, developer-facing apps | Consumer apps targeting non-technical users | | **Tab bar** (mobile) | 3-5 primary destinations | More than 5 destinations | | **Hamburger menu** | Secondary navigation, mobile space constraints | Primary navigation users need frequently | | **Mega menu** | Large sites with categorized content | Simple sites, mobile interfaces | **Navigation must answer three questions**: Where am I? Where can I go? How do I get back? Key principles: consistent placement across all pages | highlight current location | limit primary nav to 5-7 items (Hick's Law) | provide search as alternative for content-heavy apps ## Form Design ### Layout - Labels above input fields (highest completion rates in eye-tracking studies) - One column layouts outperform multi-column for most forms - Group related fields with visual proximity and clear section headings - ...

Details

Author
nWave-ai
Repository
nWave-ai/nWave
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category