🍋
Menu
Design

Hick's Law

Hick-Hyman Law

A UX principle stating that decision time increases logarithmically with the number of available choices.

기술 세부사항

Hick's Law is a foundational concept in visual design theory. It influences how users perceive and interact with interfaces, affecting readability, hierarchy, and aesthetic appeal. The design principles behind hick's law are codified in systems like Material Design 3, Apple's Human Interface Guidelines, and the W3C's Web Content Accessibility Guidelines. Implementing hick's law correctly requires balancing aesthetic intent with accessibility requirements and cross-platform consistency.

예시

```css
/* Hick's Law: design specification example */
.component {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
  padding: 1rem 1.5rem;
}
```

관련 도구

관련 용어